Show / Hide Table of Contents

Delegate Rest.ServerCallback

Generic callback delegate which is called when we get a request is completed (failed or otherwise).

Namespace: PlayUR.Core
Assembly: PlayUR.dll
Syntax
public delegate void Rest.ServerCallback(bool succ, JSONNode result = null)
Parameters
Type Name Description
bool succ

Boolean result of whether our request was successful (including logical errors, not just server connectivity issues)

JSONNode result

The JSON decoded data from the server for our request.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX