다음을 통해 공유


IEventProvider<T>.RetrieveEvent(EventLocator) 메서드

정의

열거 지점을 변경하지 않고 지정한 이벤트 위치에서 이벤트를 가져옵니다.

public:
 T RetrieveEvent(Microsoft::SqlServer::XEvent::Linq::EventLocator ^ eventLocation);
public T RetrieveEvent (Microsoft.SqlServer.XEvent.Linq.EventLocator eventLocation);
abstract member RetrieveEvent : Microsoft.SqlServer.XEvent.Linq.EventLocator -> 'T
Public Function RetrieveEvent (eventLocation As EventLocator) As T

매개 변수

eventLocation
EventLocator

이벤트 공급자에서 이전에 가져온 이벤트 위치 개체입니다. 이벤트 위치는 PublishedEvent 개체의 Location 속성에서 가져옵니다.

반환

T

지정된 위치에서 가져온 게시된 이벤트입니다.

설명

요청된 위치를 더 이상 사용할 수 없는 경우 이 메서드가 throw할 수 있습니다.

적용 대상