This documentation is archived and is not being maintained.
WorkflowServiceHost Methods
Visual Studio 2010
The WorkflowServiceHost type exposes the following members.
| Name | Description | |
|---|---|---|
|
Abort | Causes a communication object to transition immediately from its current state into the closing state. (Inherited from CommunicationObject.) |
|
AddBaseAddress | Adds a base address to the service host. (Inherited from ServiceHostBase.) |
|
AddDefaultEndpoints | Adds service endpoints for all base addresses in each contract found in the service host with the default binding. (Inherited from ServiceHostBase.) |
|
AddServiceEndpoint(ServiceEndpoint) | Adds a service endpoint to the workflow service host. (Overrides ServiceHostBase::AddServiceEndpoint(ServiceEndpoint).) |
|
AddServiceEndpoint(String, Binding, String) | Adds a service endpoint to the workflow service host using the specified contract, binding, and address. |
|
AddServiceEndpoint(String, Binding, Uri) | Adds a service endpoint to the workflow service host using the specified contract, binding, and address. |
|
AddServiceEndpoint(String, Binding, String, Uri) | Adds a service endpoint to the workflow service host using the specified contract, binding, endpoint address, and listen URI. |
|
AddServiceEndpoint(String, Binding, Uri, Uri) | Adds a service endpoint to the workflow service host using the specified contract, binding, endpoint address, and listen URI. |
|
AddServiceEndpoint(XName, Binding, String, Uri, String) | Adds a service endpoint to the workflow service host using the specified contract, binding, endpoint address, listen URI, and behavior configuration name. |
|
AddServiceEndpoint(XName, Binding, Uri, Uri, String) | Adds a service endpoint to the workflow service host using the specified implemented contract, binding, endpoint address, listen URI, and a behavior configuration name. |
|
ApplyConfiguration | Loads the service description information from the configuration file and applies it to the runtime being constructed. (Inherited from ServiceHostBase.) |
|
BeginClose(AsyncCallback, Object) | Begins an asynchronous operation to close a communication object. (Inherited from CommunicationObject.) |
|
BeginClose(TimeSpan, AsyncCallback, Object) | Begins an asynchronous operation to close a communication object with a specified timeout. (Inherited from CommunicationObject.) |
|
BeginOpen(AsyncCallback, Object) | Begins an asynchronous operation to open a communication object. (Inherited from CommunicationObject.) |
|
BeginOpen(TimeSpan, AsyncCallback, Object) | Begins an asynchronous operation to open a communication object within a specified interval of time. (Inherited from CommunicationObject.) |
|
Close() | Causes a communication object to transition from its current state into the closed state. (Inherited from CommunicationObject.) |
|
Close(TimeSpan) | Causes a communication object to transition from its current state into the closed state within a specified interval of time. (Inherited from CommunicationObject.) |
|
CreateDescription | Creates a service description of the hosted workflow service using the specified key/value pair collection of address, binding, contract and behavior service endpoint information. (Overrides ServiceHostBase::CreateDescription(IDictionary<String, ContractDescription>%).) |
|
EndClose | Completes an asynchronous operation to close a communication object. (Inherited from CommunicationObject.) |
|
EndOpen | Completes an asynchronous operation to open a communication object. (Inherited from CommunicationObject.) |
|
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Fault | Causes a communication object to transition from its current state into the faulted state. (Inherited from CommunicationObject.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetCommunicationObjectType | Gets the type of communication object. (Inherited from CommunicationObject.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
IncrementManualFlowControlLimit | Increases the limit on the flow rate of messages to the hosted service by a specified increment. (Inherited from ServiceHostBase.) |
|
InitializeDescription | Creates and initializes the service host with the contract and service descriptions. (Inherited from ServiceHostBase.) |
|
InitializeRuntime | Initializes the runtime for the workflow service host. (Overrides ServiceHostBase::InitializeRuntime().) |
|
LoadConfigurationSection | Loads the service element from the configuration file of the hosted service. (Inherited from ServiceHostBase.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
OnAbort | Called when the workflow service host is aborted. (Overrides ServiceHostBase::OnAbort().) |
|
OnBeginClose | Begins an asynchronous operation invoked when the workflow service host is closed. (Overrides ServiceHostBase::OnBeginClose(TimeSpan, AsyncCallback, Object).) |
|
OnBeginOpen | Begins an asynchronous operation invoked when the workflow service host is opened. (Overrides ServiceHostBase::OnBeginOpen(TimeSpan, AsyncCallback, Object).) |
|
OnClose | Closes down the hosted service, including the channel dispatchers and associated instance contexts and listeners. (Overrides ServiceHostBase::OnClose(TimeSpan).) |
|
OnClosed | Releases resources used by the service host. (Inherited from ServiceHostBase.) |
|
OnClosing | Invoked during the transition of a communication object into the closing state. (Inherited from CommunicationObject.) |
|
OnEndClose | Completes an asynchronous operation invoked when the workflow service host is closed. (Overrides ServiceHostBase::OnEndClose(IAsyncResult).) |
|
OnEndOpen | Completes an asynchronous operation invoked when the workflow service host is opened. (Overrides ServiceHostBase::OnEndOpen(IAsyncResult).) |
|
OnFaulted | Inserts processing on a communication object after it transitions to the faulted state due to the invocation of a synchronous fault operation. (Inherited from CommunicationObject.) |
|
OnOpen | Opens the channel dispatchers. (Overrides ServiceHostBase::OnOpen(TimeSpan).) |
|
OnOpened | Gets the service credentials,service authentication and authorization behavior for the hosted service. (Inherited from ServiceHostBase.) |
|
OnOpening | Invoked during the transition of a communication object into the opening state. (Inherited from CommunicationObject.) |
|
Open() | Causes a communication object to transition from the created state into the opened state. (Inherited from CommunicationObject.) |
|
Open(TimeSpan) | Causes a communication object to transition from the created state into the opened state within a specified interval of time. (Inherited from CommunicationObject.) |
|
ReleasePerformanceCounters | Releases the service and channel dispatcher performance counters for the hosted service. (Inherited from ServiceHostBase.) |
|
SetEndpointAddress | Sets the endpoint address of the specified endpoint to the specified address. (Inherited from ServiceHostBase.) |
|
ThrowIfDisposed | Throws an exception if the communication object is disposed. (Inherited from CommunicationObject.) |
|
ThrowIfDisposedOrImmutable | Throws an exception if the communication object the State property is not set to the Created state. (Inherited from CommunicationObject.) |
|
ThrowIfDisposedOrNotOpen | Throws an exception if the communication object is not in the Opened state. (Inherited from CommunicationObject.) |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Show: