This documentation is archived and is not being maintained.
WorkflowServiceHost Properties
Visual Studio 2010
The WorkflowServiceHost type exposes the following members.
| Name | Description | |
|---|---|---|
|
Activity | Gets the root activity of the hosted workflow service. |
|
Authentication | Gets the service authentication behavior. (Inherited from ServiceHostBase.) |
|
Authorization | Gets the authorization behavior for the service hosted. (Inherited from ServiceHostBase.) |
|
BaseAddresses | Gets the base addresses used by the hosted service. (Inherited from ServiceHostBase.) |
|
ChannelDispatchers | Gets the collection of channel dispatchers used by the service host. (Inherited from ServiceHostBase.) |
|
CloseTimeout | Gets or sets the interval of time allowed for the service host to close. (Inherited from ServiceHostBase.) |
|
Credentials | Gets the credential for the service hosted. (Inherited from ServiceHostBase.) |
|
DefaultCloseTimeout | Gets the default interval of time allowed for the service host to close. (Inherited from ServiceHostBase.) |
|
DefaultOpenTimeout | Gets the default interval of time allowed for the service host to open. (Inherited from ServiceHostBase.) |
|
Description | Gets the description of the service hosted. (Inherited from ServiceHostBase.) |
|
DurableInstancingOptions | Gets the DurableInstancingOptions associated with the workflow service host. |
|
Extensions | Gets the extensions for the current specified service host. (Inherited from ServiceHostBase.) |
|
ImplementedContracts | Retrieves the contracts implemented by the service hosted. (Inherited from ServiceHostBase.) |
|
IsDisposed | Gets a value that indicates whether the communication object has been disposed. (Inherited from CommunicationObject.) |
|
ManualFlowControlLimit | Gets or sets a limit on the number of messages that can be processed by the instance context. (Inherited from ServiceHostBase.) |
|
OpenTimeout | Gets or sets the interval of time allowed for the service host to open. (Inherited from ServiceHostBase.) |
|
State | Gets a value that indicates the current state of the communication object. (Inherited from CommunicationObject.) |
|
ThisLock | Gets the mutually exclusive lock that protects the class instance during a state transition. (Inherited from CommunicationObject.) |
|
WorkflowExtensions | Gets a WorkflowInstanceExtensionManager object to add or remove extensions to the workflow service instance. |
Show: