Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

WorkflowRuntimeEndpoint Class

.NET Framework (current version)
 
Note: This API is now obsolete.

The SqlWorkflowInstanceStore adds a default control endpoint using this class if the <workflowInstanceControl> sub-element in the <sqlWorkflowInstanceStoreBehavior> element is not specified explicitly.

Namespace:   System.ServiceModel.Activities.Description
Assembly:  System.WorkflowServices (in System.WorkflowServices.dll)

System::Object
  System.ServiceModel.Description::ServiceEndpoint
    System.ServiceModel.Activities::WorkflowHostingEndpoint
      System.ServiceModel.Activities.Description::WorkflowRuntimeEndpoint

[ObsoleteAttribute("The WF3 types are deprecated.  Instead, please use the new WF4 types from System.Activities.*")]
public ref class WorkflowRuntimeEndpoint : WorkflowHostingEndpoint

NameDescription
System_CAPS_pubmethodWorkflowRuntimeEndpoint()

Initializes an instance of the WorkflowRuntimeEndpoint class.

NameDescription
System_CAPS_pubpropertyAddress

Gets or sets the endpoint address for the service endpoint.(Inherited from ServiceEndpoint.)

System_CAPS_pubpropertyBehaviors

Gets the behaviors for the service endpoint.(Inherited from ServiceEndpoint.)

System_CAPS_pubpropertyBinding

Gets or sets the binding for the service endpoint.(Inherited from ServiceEndpoint.)

System_CAPS_pubpropertyContract

Gets the contract for the service endpoint.(Inherited from ServiceEndpoint.)

System_CAPS_pubpropertyCorrelationQueries

Gets a collection of CorrelationQuery instances .(Inherited from WorkflowHostingEndpoint.)

System_CAPS_pubpropertyEndpointBehaviors

Gets the endpoint behaviors for the service.(Inherited from ServiceEndpoint.)

System_CAPS_pubpropertyIsSystemEndpoint

Gets or sets whether the service endpoint is generated by the system as opposed to being user-defined.(Inherited from ServiceEndpoint.)

System_CAPS_pubpropertyListenUri

Gets or sets the URI at which the service endpoint listens.(Inherited from ServiceEndpoint.)

System_CAPS_pubpropertyListenUriMode

Gets or sets how the transport handles the URI that is provided for the service to listen on.(Inherited from ServiceEndpoint.)

System_CAPS_pubpropertyName

Gets or sets the name of the service endpoint.(Inherited from ServiceEndpoint.)

NameDescription
System_CAPS_pubmethodAddService(Object^)

Adds the specified service to the list of run-time services supported by the workflow run-time instance.

System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_protmethodFinalize()

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetService(Type^)

Gets the service object for the specified service type from the list of service objects.

System_CAPS_pubmethodGetService<T>()

Gets the service object that corresponds to the service type specified as a template parameter.

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

Creates a shallow copy of the current Object.(Inherited from Object.)

System_CAPS_protmethodOnGetCreationContext(array<Object^>^, OperationContext^, Guid, WorkflowHostingResponseContext^)

Override to create a newWorkflowCreationContext instance.(Inherited from WorkflowHostingEndpoint.)

System_CAPS_protmethodOnGetInstanceId(array<Object^>^, OperationContext^)

Gets the instance identifier based on the inputs and operation context passed as parameters.(Overrides WorkflowHostingEndpoint::OnGetInstanceId(array<Object^>^, OperationContext^).)

System_CAPS_protmethodOnResolveBookmark(array<Object^>^, OperationContext^, WorkflowHostingResponseContext^, Object^%)
System_CAPS_pubmethodRemoveService(Object^)

Removes the specified service from the list of run-time services supported by the workflow run-time instance.

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

The <workflowInstanceControl> sub-element in the SqlWorkflowInstanceStore element is an optional element that specifies parameters for a workflow instance control endpoint. The Workflow Management Service uses this endpoint to issue control commands to the service host.

If the <workflowInstanceControl> sub-element in the SqlWorkflowInstanceStore element is omitted, the SqlWorkflowInstanceStore still adds a default control endpoint using the WorkflowRuntimeEndpoint class.

.NET Framework
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.

Return to top
Show:
© 2017 Microsoft