Freigeben über


WorkflowRuntimeEndpoint.OnGetInstanceId(Object[], OperationContext) Methode

Definition

Ruft den Instanzbezeichner auf Grundlage der Eingaben und des Vorgangskontexts ab, die als Parameter übergeben wurden.

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

Parameter

inputs
Object[]

Die Eingabeobjekte.

operationContext
OperationContext

Die Vorgangskontextinformationen.

Gibt zurück

Guid

Der Instanzbezeichner.

Gilt für