OperationContractGenerationContext.BeginMethod 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得非同步開始作業的 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。 如果作業是同步作業,會傳回 null。
備註
您可以使用 BeginMethod 來檢查或修改表示要產生之作業的非同步開始方法。