C# Class Res.Client.Internal.Queries.Messages.QueryEventsForStreamRequest

Inheritance: ResRequest
Mostrar archivo Open project: heartysoft/res Class Usage Examples

Public Methods

Method Description
QueryEventsForStreamRequest ( string context, string stream, long fromVersion, long maxVersion = null ) : System
Send ( NetMQSocket socket, PendingResRequest pendingRequest, System.Guid requestId ) : Action

Method Details

QueryEventsForStreamRequest() public method

public QueryEventsForStreamRequest ( string context, string stream, long fromVersion, long maxVersion = null ) : System
context string
stream string
fromVersion long
maxVersion long
return System

Send() public method

public Send ( NetMQSocket socket, PendingResRequest pendingRequest, System.Guid requestId ) : Action
socket NetMQSocket
pendingRequest PendingResRequest
requestId System.Guid
return Action