Class AsyncRpc
Assembly: SlipeShared.dll
Syntax
public class AsyncRpc : IRpc
Constructors
|
Improve this Doc
View Source
AsyncRpc()
Declaration
|
Improve this Doc
View Source
AsyncRpc(String, IRpc)
Declaration
public AsyncRpc(string identifier, IRpc rpc)
Parameters
Properties
|
Improve this Doc
View Source
Identifier
Declaration
public string Identifier { get; set; }
Property Value
|
Improve this Doc
View Source
OnClientRpcFailed
Declaration
public ClientRpcFailedAction OnClientRpcFailed { get; set; }
Property Value
|
Improve this Doc
View Source
Rpc
Declaration
public IRpc Rpc { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Parse(Object)
Declaration
public void Parse(dynamic value)
Parameters
Type |
Name |
Description |
Object |
value |
|
Implements