RpcBlock ​
Represents an RPC function call.
Kind: Class
Namespace: CrowdControl.Common
Inheritance: CrowdControlBlock → IEquatable\<CrowdControlBlock\>
Public Constructors
RpcBlock(string method, object[] args)
Public Attributes
string
Method
The name of the method to call.
object[]
Args
The parameters to be passed to the named method.
RpcTarget
Target
The target of the RPC call.
