Show / Hide Table of Contents

Delegate Rest.ServerFileCallback

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

Namespace: PlayUR.Core
Assembly: PlayUR.dll
Syntax
public delegate void Rest.ServerFileCallback(bool succ, byte[] result)
Parameters
Type Name Description
bool succ

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

byte[] result

The bytes representing the data returned.

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