ISubscriber::GetCursor Property

.NET Framework 4.5

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

property Func<String^>^ GetCursor {
	Func<String^>^ get ();
	void set (Func<String^>^ value);
}

Property Value

Type: System::Func<String>
Returns Func<TResult>.
Show: