MessageStore<T>::GetMessages Method

.NET Framework 4.5

Namespace:  Microsoft.AspNet.SignalR.Messaging
Assembly:  Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)

public:
MessageStoreResult<T> GetMessages(
	unsigned long long firstMessageId, 
	int maxMessages
)

Parameters

firstMessageId
Type: System::UInt64
maxMessages
Type: System::Int32
Show: