C# Class append_to_stream.ExpectedVersionSpecification

Inheritance: HttpBehaviorSpecification
Afficher le fichier Open project: EventStore/EventStore

Méthodes publiques

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

Method Details

DeleteTestStream() public méthode

public DeleteTestStream ( bool hardDelete = false ) : void
hardDelete bool
Résultat void

GetTestStream() public méthode

public GetTestStream ( ) : List
Résultat List

HardDeleteTestStream() public méthode

public HardDeleteTestStream ( ) : void
Résultat void

PostEventWithExpectedVersion() public méthode

public PostEventWithExpectedVersion ( int expectedVersion ) : HttpWebResponse
expectedVersion int
Résultat System.Net.HttpWebResponse