exists_sync


Description:

public abstract bool exists_sync (Cancellable? cancellable = null) throws Error

Checks if this exists.

This is a synchronous blocking call - the calling thread is blocked until a reply is received. See exists for the asynchronous version.

Parameters:

this

A Subject.

cancellable

A Cancellable or null.

Returns:

true if the subject exists, false if not or throws is set.