Class EmptyRpc
Implements
Inherited Members
Namespace: Slipe.Shared.Rpc
Assembly: SlipeShared.dll
Syntax
public class EmptyRpc : IRpc
Constructors
| Improve this Doc View SourceEmptyRpc()
Declaration
public EmptyRpc()
Properties
| Improve this Doc View SourceOnClientRpcFailed
Declaration
public ClientRpcFailedAction OnClientRpcFailed { get; set; }
Property Value
| Type | Description |
|---|---|
| ClientRpcFailedAction |
Methods
| Improve this Doc View SourceParse(Object)
Declaration
public void Parse(dynamic value)
Parameters
| Type | Name | Description |
|---|---|---|
| Object | value |