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

Mostrar archivo Open project: FabianGosebrink/ASPNET-Core-Angular2-SignalR-Typescript 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