共用方式為


OperationContractGenerationContext.BeginMethod 屬性

定義

取得非同步開始作業的 CodeMemberMethod

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

屬性值

CodeMemberMethod

非同步開始作業的 CodeMemberMethod。 如果作業是同步作業,會傳回 null。

備註

您可以使用 BeginMethod 來檢查或修改表示要產生之作業的非同步開始方法。

適用於