NullMethodDescriptor Class
.NET Framework 4.5
Namespace:
Microsoft.AspNet.SignalR.Hubs
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Top
Top
Provides details about the null 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 NullMethodDescriptor type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Attributes | Gets or sets the attributes attached to this method. (Overrides MethodDescriptor::Attributes.) |
![]() | Hub | Gets the hub descriptor object, target to this method. (Inherited from MethodDescriptor.) |
![]() | Invoker | Gets or sets the method invocation delegate. Takes a target hub and an array of invocation arguments as it's arguments. (Overrides MethodDescriptor::Invoker.) |
![]() | 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. (Overrides MethodDescriptor::Parameters.) |
![]() | ReturnType | Gets or sets the return type of this method. (Inherited from MethodDescriptor.) |
| Name | Description | |
|---|---|---|
![]() | Matches | Specifies whether a method extension matches another method descriptor. (Defined by MethodExtensions.) |
Show:
