C# Class append_to_stream.ExpectedVersionSpecification

Inheritance: HttpBehaviorSpecification
显示文件 Open project: EventStore/EventStore

Public Methods

Method Description
DeleteTestStream ( bool hardDelete = false ) : void
GetTestStream ( ) : List
HardDeleteTestStream ( ) : void
PostEventWithExpectedVersion ( int expectedVersion ) : HttpWebResponse

Method Details

DeleteTestStream() public method

public DeleteTestStream ( bool hardDelete = false ) : void
hardDelete bool
return void

GetTestStream() public method

public GetTestStream ( ) : List
return List

HardDeleteTestStream() public method

public HardDeleteTestStream ( ) : void
return void

PostEventWithExpectedVersion() public method

public PostEventWithExpectedVersion ( int expectedVersion ) : HttpWebResponse
expectedVersion int
return System.Net.HttpWebResponse