WaitForCustomEvent members
Provides a workflow activity that waits for the specified custom workflow event to occur.
The WaitForCustomEvent type exposes the following members.
Constructors
Name | Description | |
---|---|---|
WaitForCustomEvent() | Initializes a new instance of the WaitForCustomEvent class. | |
WaitForCustomEvent(InArgument<String>) | Initializes a new instance of the WaitForCustomEvent class with the name of the custom workflow event for which to wait. |
Top
Properties
Name | Description | |
---|---|---|
CacheId | (Inherited from Activity.) | |
Constraints | (Inherited from Activity.) | |
DisplayName | (Inherited from Activity.) | |
EventName | Gets or sets the name of the custom workflow event for which to wait. | |
Id | (Inherited from Activity.) | |
Implementation | (Inherited from Activity.) | |
Result | (Inherited from Activity<String>.) | |
ResultType | (Inherited from ActivityWithResult.) |
Top
Methods
Name | Description | |
---|---|---|
CacheMetadata | (Inherited from Activity.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ShouldSerializeDisplayName | (Inherited from Activity.) | |
ToString | (Inherited from Activity.) |
Top