다음을 통해 공유


SimpleQueueCacheCursor.GetCurrent(Exception) 메서드

정의

현재 값을 가져옵니다.

public virtual Orleans.Streams.IBatchContainer GetCurrent (out Exception exception);
abstract member GetCurrent : Exception -> Orleans.Streams.IBatchContainer
override this.GetCurrent : Exception -> Orleans.Streams.IBatchContainer
Public Overridable Function GetCurrent (ByRef exception As Exception) As IBatchContainer

매개 변수

exception
Exception

결과 예외입니다.

반환

현재 일괄 처리 컨테이너를 반환합니다. null이면 스트림이 완료되었거나 스트림 오류가 발생했습니다.
스트림 오류가 있는 경우 출력에 오류 예외가 제공됩니다.

구현

적용 대상