C# Class Microsoft.AspNet.SignalR.Messaging.LocalEventKeyInfo

显示文件 Open project: SignalR/SignalR Class Usage Examples

Public Methods

Method Description
LocalEventKeyInfo ( string key, ulong id, MessageStore store ) : System

Method Details

LocalEventKeyInfo() public method

public LocalEventKeyInfo ( string key, ulong id, MessageStore store ) : System
key string
id ulong
store MessageStore
return System