WorkflowService Class
Enables you to create, configure, and access the properties of a workflow service.
Assembly: System.ServiceModel.Activities (in System.ServiceModel.Activities.dll)
| Name | Description | |
|---|---|---|
![]() | WorkflowService() | Initializes a new instance of the WorkflowService class. |
| Name | Description | |
|---|---|---|
![]() | AllowBufferedReceive | Gets or sets a value that indicates whether the workflow service has buffered receive processing enabled for incoming messages. |
![]() | Body | Gets or sets the activity tree for this workflow service. |
![]() | ConfigurationName | Gets or sets the workflow service configuration name. |
![]() | DefinitionIdentity | Gets or sets the definition identity of the workflow service. |
![]() | Endpoints | Gets the collection of endpoints of this workflow service. |
![]() | ImplementedContracts | Gets the contracts implemented by the workflow service. |
![]() | Name | Gets or sets the name of the workflow service as an XName object. |
![]() | UpdateMaps | Gets the dynamic update maps. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetContractDescriptions() | Returns a dictionary of contract descriptions keyed by the contract name. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | GetWorkflowRoot() | Returns the root of the activity tree. |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
![]() | Validate(ValidationSettings^) | Verifies that a workflow service is correctly configured according to the validation logic. |
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


