MessageStore<T>::Add Method

.NET Framework 4.5

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

public:
unsigned long long Add(
	T message
)

Parameters

message
Type: T

Return Value

Type: System::UInt64
Returns UInt64.
Show: