C# 클래스 append_to_stream.ExpectedVersionSpecification

상속: HttpBehaviorSpecification
파일 보기 프로젝트 열기: EventStore/EventStore

공개 메소드들

메소드 설명
DeleteTestStream ( bool hardDelete = false ) : void
GetTestStream ( ) : List
HardDeleteTestStream ( ) : void
PostEventWithExpectedVersion ( int expectedVersion ) : HttpWebResponse

메소드 상세

DeleteTestStream() 공개 메소드

public DeleteTestStream ( bool hardDelete = false ) : void
hardDelete bool
리턴 void

GetTestStream() 공개 메소드

public GetTestStream ( ) : List
리턴 List

HardDeleteTestStream() 공개 메소드

public HardDeleteTestStream ( ) : void
리턴 void

PostEventWithExpectedVersion() 공개 메소드

public PostEventWithExpectedVersion ( int expectedVersion ) : HttpWebResponse
expectedVersion int
리턴 System.Net.HttpWebResponse