Condividi tramite


OperationContractGenerationContext.BeginMethod Proprietà

Definizione

Ottiene l'oggetto CodeMemberMethod per l'operazione di inizio asincrona.

public:
 property System::CodeDom::CodeMemberMethod ^ BeginMethod { System::CodeDom::CodeMemberMethod ^ get(); };
public System.CodeDom.CodeMemberMethod BeginMethod { get; }
member this.BeginMethod : System.CodeDom.CodeMemberMethod
Public ReadOnly Property BeginMethod As CodeMemberMethod

Valore della proprietà

Oggetto CodeMemberMethod per l'operazione di inizio asincrona. Restituisce Null se l'operazione è un'operazione sincrona.

Commenti

BeginMethod Utilizzare per esaminare o modificare il metodo begin asincrono che rappresenta l'operazione da generare.

Si applica a