MethodDescriptor Class
.NET Framework 4.5
Namespace:
Microsoft.AspNet.SignalR.Hubs
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Top
Holds information about a single hub method.
System::Object
Microsoft.AspNet.SignalR.Hubs::Descriptor
Microsoft.AspNet.SignalR.Hubs::MethodDescriptor
Microsoft.AspNet.SignalR.Hubs::Descriptor
Microsoft.AspNet.SignalR.Hubs::MethodDescriptor
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
The MethodDescriptor type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Attributes | Attributes attached to this method. |
![]() | Hub | Hub descriptor object, target to this method. |
![]() | Invoker | Method invocation delegate. Takes a target hub and an array of invocation arguments as it's arguments. |
![]() | Name | (Inherited from Descriptor.) |
![]() | NameSpecified | (Inherited from Descriptor.) |
![]() | Parameters | Available method parameters. |
![]() | ReturnType | The return type of this method. |
Show:



