EventHubBatchContainer.ImportRequestContext Method

Definition

Gives an opportunity to IBatchContainer to set any data in the RequestContext before this IBatchContainer is sent to consumers. It can be the data that was set at the time event was generated and enqueued into the persistent provider or any other data.

public bool ImportRequestContext ();
abstract member ImportRequestContext : unit -> bool
override this.ImportRequestContext : unit -> bool
Public Function ImportRequestContext () As Boolean

Returns

True if the RequestContext was indeed modified, false otherwise.

Implements

Applies to