EventHubBatchContainer.ImportRequestContext 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
讓 IBatchContainer 有機會在此 IBatchContainer 傳送給取用者之前,先在 RequestCoNtext 中設定任何資料。 它可以是產生事件時所設定的資料,並加入持續性提供者或任何其他資料佇列。
public bool ImportRequestContext ();
abstract member ImportRequestContext : unit -> bool
override this.ImportRequestContext : unit -> bool
Public Function ImportRequestContext () As Boolean
傳回
如果確實修改 RequestCoNtext,則為 True,否則為 false。