IMethodDescriptorProvider Interface
.NET Framework 4
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)
Syntax
'Declaration
Public Interface IMethodDescriptorProvider
'Usage
Dim instance As IMethodDescriptorProvider
public interface IMethodDescriptorProvider
public interface class IMethodDescriptorProvider
type IMethodDescriptorProvider = interface end
public interface IMethodDescriptorProvider
The IMethodDescriptorProvider type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetMethods | Retrieve all methods on a given hub. | |
TryGetMethod | Tries to retrieve a method. |
Top