WorkflowRuntimeEndpoint.OnGetInstanceId(Object[], OperationContext) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
基于输入和作为参数传递的操作上下文获取实例标识符。
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
操作上下文信息。
返回
实例标识符。