Show / Hide Table of Contents

Class AsyncRpc

Inheritance
Object
AsyncRpc
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 AsyncRpc : IRpc

Constructors

| Improve this Doc View Source

AsyncRpc()

Declaration
public AsyncRpc()
| Improve this Doc View Source

AsyncRpc(String, IRpc)

Declaration
public AsyncRpc(string identifier, IRpc rpc)
Parameters
Type Name Description
String identifier
IRpc rpc

Properties

| Improve this Doc View Source

Identifier

Declaration
public string Identifier { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

OnClientRpcFailed

Declaration
public ClientRpcFailedAction OnClientRpcFailed { get; set; }
Property Value
Type Description
ClientRpcFailedAction
| Improve this Doc View Source

Rpc

Declaration
public IRpc Rpc { get; set; }
Property Value
Type Description
IRpc

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