Aracılığıyla paylaş


OperationContractGenerationContext.BeginMethod Özellik

Tanım

CodeMemberMethod Zaman uyumsuz başlatma işleminin öğesini alır.

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

Özellik Değeri

CodeMemberMethod Zaman uyumsuz başlatma işlemi için. İşlem zaman uyumlu bir işlemse null döndürür.

Açıklamalar

BeginMethod Oluşturulacak işlemi temsil eden zaman uyumsuz begin yöntemini incelemek veya değiştirmek için öğesini kullanın.

Şunlara uygulanır