Click or drag to resize
WorkflowEventsManagerAddressId Property
Returns the address that this workflow manager is running under or managing

Namespace: FlexRule.Flows.Workflows
Assembly: FlexRule.Flows.Workflow (in FlexRule.Flows.Workflow.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public Nullable<Guid> AddressId { get; }

Property Value

Type: NullableGuid

Implements

IEventsManagerAddressId
See Also