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.

WorkflowHostingEndpoint::OnGetCreationContext Method (array<Object^>^, OperationContext^, Guid, WorkflowHostingResponseContext^)

.NET Framework (current version)
 

Override to create a newWorkflowCreationContext instance.

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

public protected:
virtual WorkflowCreationContext^ OnGetCreationContext(
	array<Object^>^ inputs,
	OperationContext^ operationContext,
	Guid instanceId,
	WorkflowHostingResponseContext^ responseContext
)

Parameters

inputs
Type: array<System::Object^>^

The inputs to the service operation.

operationContext
Type: System.ServiceModel::OperationContext^

Provides the execution context of the service operation invoked.

instanceId
Type: System::Guid

The instance ID of the workflow instance being created.

responseContext
Type: System.ServiceModel.Activities::WorkflowHostingResponseContext^

The T:System.ServiceModel.Activities.WorkflowHostingEndpointResponseContext object that can be used to send replies back to the message source for a request/reply contract.

Return Value

Type: System.ServiceModel.Activities::WorkflowCreationContext^

A workflow creation context object.

The following example shows how to implement the OnGetCreationContext method.

.NET Framework
Available since 4.0
Return to top
Show:
© 2017 Microsoft