Declared in Receiver

Declaration

JToken ReceiveJSON(
    string key
);

Description

Checks the buffer, at a particular key, and returns the oldest JSON object clump of data that exists on the receiver. If the key is invalid or no data is found, a null reference will be returned. This will also remove the data from the queue, and it will be deleted from the receiver.

Parameters

NameDescription
keyThe key to check the data on