Class RpcInstanceFromKeyMethodAttribute

Represents class or interface attribute that determines which method should be used for conversion from RPC key

Inheritance
RpcInstanceFromKeyMethodAttribute
Namespace: TSD.Attributes
Assembly: TSD.API.Remoting.dll
Syntax
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Interface)]
public sealed class RpcInstanceFromKeyMethodAttribute : Attribute

Constructors

Name Description
RpcInstanceFromKeyMethodAttribute(Type, string)

Constructs the RpcInstanceFromKeyMethodAttribute instance

Properties

Name Description
MethodInfo

Gets the information about referenced conversion method

Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next