Show / Hide Table of Contents

Delegate Client.OnConnectCallback

Callback for Connect method.

Namespace: Pigeoneer
Assembly: Trail.dll
Syntax
public delegate void OnConnectCallback(Result result, Client.Connection connection);
Parameters
Type Name Description
Result result

Returns whether succeeded or not.

Client.Connection connection

A valid connection if result is not an error.

Back to top Generated by DocFX