ClientOperation.SyncMethod Eigenschaft

Definition

Dient zum Abrufen oder Festlegen der Methode, die diesem Vorgang zugeordnet ist.

public:
 property System::Reflection::MethodInfo ^ SyncMethod { System::Reflection::MethodInfo ^ get(); void set(System::Reflection::MethodInfo ^ value); };
public System.Reflection.MethodInfo SyncMethod { get; set; }
member this.SyncMethod : System.Reflection.MethodInfo with get, set
Public Property SyncMethod As MethodInfo

Eigenschaftswert

A MethodInfo that represents the method that implements the operation. Wenn der Vorgang asynchron ist, ist null dieser Wert und die implementierenden Methoden werden in den BeginMethod und EndMethod eigenschaften gespeichert.

Gilt für: