WorkflowHostingEndpoint.OnGetCreationContext 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
새 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
요청/회신 계약을 위해 메시지 소스에 회신을 보내는 데 사용할 수 있는 개체입니다.
반환
워크플로 생성 컨텍스트 개체입니다.
예제
다음 예제에서는 OnGetCreationContext 메서드를 구현하는 방법을 보여 줍니다.