WorkflowHostingEndpoint.OnGetCreationContext 메서드

정의

WorkflowCreationContext 인스턴스를 만들려면 재정의합니다.

protected public:
 virtual System::ServiceModel::Activities::WorkflowCreationContext ^ OnGetCreationContext(cli::array <System::Object ^> ^ inputs, System::ServiceModel::OperationContext ^ operationContext, Guid instanceId, System::ServiceModel::Activities::WorkflowHostingResponseContext ^ responseContext);
protected internal virtual System.ServiceModel.Activities.WorkflowCreationContext OnGetCreationContext (object[] inputs, System.ServiceModel.OperationContext operationContext, Guid instanceId, System.ServiceModel.Activities.WorkflowHostingResponseContext responseContext);
abstract member OnGetCreationContext : obj[] * System.ServiceModel.OperationContext * Guid * System.ServiceModel.Activities.WorkflowHostingResponseContext -> System.ServiceModel.Activities.WorkflowCreationContext
override this.OnGetCreationContext : obj[] * System.ServiceModel.OperationContext * Guid * System.ServiceModel.Activities.WorkflowHostingResponseContext -> System.ServiceModel.Activities.WorkflowCreationContext
Protected Friend Overridable Function OnGetCreationContext (inputs As Object(), operationContext As OperationContext, instanceId As Guid, responseContext As WorkflowHostingResponseContext) As WorkflowCreationContext

매개 변수

inputs
Object[]

서비스 작업에 대한 입력입니다.

operationContext
OperationContext

호출된 서비스 작업의 실행 컨텍스트를 제공합니다.

instanceId
Guid

만들어지는 워크플로 인스턴스의 인스턴스 ID입니다.

responseContext
WorkflowHostingResponseContext

요청/회신 계약을 위해 메시지 소스에 회신을 보내는 데 사용할 수 있는 개체입니다.

반환

WorkflowCreationContext

워크플로 생성 컨텍스트 개체입니다.

예제

다음 예제에서는 OnGetCreationContext 메서드를 구현하는 방법을 보여 줍니다.

적용 대상