MethodDescriptor Class

.NET Framework 4.5

Holds information about a single hub method.

System::Object
  Microsoft.AspNet.SignalR.Hubs::Descriptor
    Microsoft.AspNet.SignalR.Hubs::MethodDescriptor

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

public ref class MethodDescriptor : public Descriptor

The MethodDescriptor type exposes the following members.

  NameDescription
Public propertyAttributesAttributes attached to this method.
Public propertyHubHub descriptor object, target to this method.
Public propertyInvokerMethod invocation delegate. Takes a target hub and an array of invocation arguments as it's arguments.
Public propertyName (Inherited from Descriptor.)
Public propertyNameSpecified (Inherited from Descriptor.)
Public propertyParametersAvailable method parameters.
Public propertyReturnTypeThe return type of this method.
Top

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top

  NameDescription
Public Extension MethodMatches (Defined by MethodExtensions.)
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: