WorkflowRuntimeEndpoint.OnGetInstanceId(Object[], OperationContext) Метод

Определение

Возвращает идентификатор экземпляра на основе входных данных и контекста операции, переданных в качестве параметров.

protected:
 override Guid OnGetInstanceId(cli::array <System::Object ^> ^ inputs, System::ServiceModel::OperationContext ^ operationContext);
protected override Guid OnGetInstanceId (object[] inputs, System.ServiceModel.OperationContext operationContext);
override this.OnGetInstanceId : obj[] * System.ServiceModel.OperationContext -> Guid
Protected Overrides Function OnGetInstanceId (inputs As Object(), operationContext As OperationContext) As Guid

Параметры

inputs
Object[]

Входные объекты.

operationContext
OperationContext

Сведения о контексте операции.

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

Guid

Идентификатор экземпляра.

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