DistributedApplicationExecutionContext
Handle TypeScript
interface DistributedApplicationExecutionContext { readonly isPublishMode: boolean; readonly isRunMode: boolean; readonly operation: DistributedApplicationOperation; publisherName: string;} 5 members
Properties
property
isPublishMode boolean get Gets the IsPublishMode property
property
isRunMode boolean get Gets the IsRunMode property
property
operation DistributedApplicationOperation get Gets the Operation property
property
publisherName string get · set Gets the PublisherName property