다음을 통해 공유


EventHubBatchContainer.ImportRequestContext 메서드

정의

이 IBatchContainer가 소비자에게 전송되기 전에 IBatchContainer에서 RequestContext의 데이터를 설정할 수 있는 기회를 제공합니다. 이벤트가 생성되고 영구 공급자 또는 다른 데이터에 큐에 추가될 때 설정된 데이터일 수 있습니다.

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

반환

RequestContext가 실제로 수정되었으면 True, 그렇지 않으면 false입니다.

구현

적용 대상