sync


Description:

public bool sync () throws Error

Synchronously invokes this.

After this function has returned, get_payload will return the result of this call.

Note that this will block an undefined amount of time, so invoke_async is generally recommended.

Parameters:

this

a RestProxycall

Returns:

true on success, false if a failure occurred, in which case error_out will be set.