MethodDescriptor Class
.NET Framework 4.5
Namespace:
Microsoft.AspNet.SignalR.Hubs
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Top
Top
Represents the information about a single hub method.
System::Object
Microsoft.AspNet.SignalR.Hubs::Descriptor
Microsoft.AspNet.SignalR.Hubs::MethodDescriptor
Microsoft.AspNet.SignalR.Hubs::NullMethodDescriptor
Microsoft.AspNet.SignalR.Hubs::Descriptor
Microsoft.AspNet.SignalR.Hubs::MethodDescriptor
Microsoft.AspNet.SignalR.Hubs::NullMethodDescriptor
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
The MethodDescriptor type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Attributes | Gets or sets the attributes attached to this method. |
![]() | Hub | Gets the hub descriptor object, target to this method. |
![]() | Invoker | Gets or sets the method invocation delegate. Takes a target hub and an array of invocation arguments as it's arguments. |
![]() | Name | Gets or sets the hub name. (Inherited from Descriptor.) |
![]() | NameSpecified | Gets or set a value that indicates whether a hub attribute name is specified. (Inherited from Descriptor.) |
![]() | Parameters | Gets or sets the available method parameters. |
![]() | ReturnType | Gets or sets the return type of this method. |
| Name | Description | |
|---|---|---|
![]() | Matches | Specifies whether a method extension matches another method descriptor. (Defined by MethodExtensions.) |
Show:
