Connection::GetCursor Property

.NET Framework 4.5

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

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

Property Value

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

Implements

ISubscriber::GetCursor
Show: