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>

Когда метод возвращает управление, объект IDictionary<TKey,TValue> содержит контракты с ключами для размещенной службы, которые были реализованы.

Возвращаемое значение

ServiceDescription

Описание ServiceDescription службы рабочего процесса.

Применяется к