WorkflowService Class

Definition

Enables you to create, configure, and access the properties of a workflow service.

public ref class WorkflowService : System::Activities::Debugger::IDebuggableWorkflowTree
[System.Windows.Markup.ContentProperty("Body")]
public class WorkflowService : System.Activities.Debugger.IDebuggableWorkflowTree
[<System.Windows.Markup.ContentProperty("Body")>]
type WorkflowService = class
    interface IDebuggableWorkflowTree
Public Class WorkflowService
Implements IDebuggableWorkflowTree
Inheritance
WorkflowService
Attributes
Implements

Constructors

WorkflowService()

Initializes a new instance of the WorkflowService class.

Properties

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.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(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()

Gets the Type of the current instance.

(Inherited from Object)
GetWorkflowRoot()

Returns the root of the activity tree.

MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
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.

Applies to