Show / Hide Table of Contents

Class EmptyRpc

Inheritance
Object
EmptyRpc
Implements
IRpc
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Slipe.Shared.Rpc
Assembly: SlipeShared.dll
Syntax
public class EmptyRpc : IRpc

Constructors

| Improve this Doc View Source

EmptyRpc()

Declaration
public EmptyRpc()

Properties

| Improve this Doc View Source

OnClientRpcFailed

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

Methods

| Improve this Doc View Source

Parse(Object)

Declaration
public void Parse(dynamic value)
Parameters
Type Name Description
Object value

Implements

IRpc
  • Improve this Doc
  • View Source
Back to top Generated by DocFX