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

操作コンテキスト情報。

返品

インスタンス識別子。

適用対象