Show / Hide Table of Contents

Interface IRpc

Namespace: Slipe.Shared.Rpc
Assembly: SlipeShared.dll
Syntax
public interface IRpc

Properties

| Improve this Doc View Source

OnClientRpcFailed

Declaration
ClientRpcFailedAction OnClientRpcFailed { get; set; }
Property Value
Type Description
ClientRpcFailedAction

Methods

| Improve this Doc View Source

Parse(Object)

Declaration
void Parse(dynamic value)
Parameters
Type Name Description
Object value
  • Improve this Doc
  • View Source
Back to top Generated by DocFX