다음을 통해 공유


WorkflowServiceHost.CreateDescription 메서드

정의

주소, 바인딩, 계약 및 동작 서비스 엔드포인트 정보의 키/값 쌍 컬렉션을 사용하여 호스트된 워크플로 서비스의 서비스 설명을 만듭니다.

protected:
 override System::ServiceModel::Description::ServiceDescription ^ CreateDescription([Runtime::InteropServices::Out] System::Collections::Generic::IDictionary<System::String ^, System::ServiceModel::Description::ContractDescription ^> ^ % implementedContracts);
protected override System.ServiceModel.Description.ServiceDescription CreateDescription (out System.Collections.Generic.IDictionary<string,System.ServiceModel.Description.ContractDescription> implementedContracts);
override this.CreateDescription : IDictionary -> System.ServiceModel.Description.ServiceDescription
Protected Overrides Function CreateDescription (ByRef implementedContracts As IDictionary(Of String, ContractDescription)) As ServiceDescription

매개 변수

implementedContracts
IDictionary<String,ContractDescription>

호스트된 워크플로 서비스에 대한 계약 설명을 포함하는 키/값 쌍 컬렉션입니다.

반환

ServiceDescription

호스트된 워크플로 서비스에 대한 서비스입니다.

설명

호스트된 워크플로 서비스의 서비스 설명을 만드는 방법을 제어하려면 이 메서드를 재정의합니다.

적용 대상