C# 클래스 Brod.Contracts.Responses.MultiFetchResponse

상속: Response
파일 보기 프로젝트 열기: paralect/brod 1 사용 예제들

공개 메소드들

메소드 설명
MultiFetchResponse ( ) : System.Collections.Generic
ReadFromStream ( BinaryStream stream ) : MultiFetchResponse
WriteToStream ( BinaryStream stream ) : void

메소드 상세

MultiFetchResponse() 공개 메소드

public MultiFetchResponse ( ) : System.Collections.Generic
리턴 System.Collections.Generic

ReadFromStream() 공개 정적인 메소드

public static ReadFromStream ( BinaryStream stream ) : MultiFetchResponse
stream Brod.Common.BinaryStream
리턴 MultiFetchResponse

WriteToStream() 공개 메소드

public WriteToStream ( BinaryStream stream ) : void
stream Brod.Common.BinaryStream
리턴 void