IMethodDescriptorProvider Interface

.NET Framework 4.5

Describes a hub method provider that builds a collection of available methods on a given hub.

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

public interface class IMethodDescriptorProvider

The IMethodDescriptorProvider type exposes the following members.

  NameDescription
Public methodGetMethodsRetrieve all methods on a given hub.
Public methodTryGetMethodTries to retrieve a method.
Top
Show: