Microsoft.AspNet.SignalR.Messaging.Cursor.Cursor C# (CSharp) Méthode

Cursor() public méthode

public Cursor ( string key, ulong id ) : System
key string
id ulong
Résultat System
        public Cursor(string key, ulong id)
            : this(key, id, Escape(key))
        {
        }

Same methods

Cursor::Cursor ( string key, ulong id, string minifiedKey ) : System