is_tagged


Description:

[ Version ( since = "2.34" ) ]
public abstract bool is_tagged (void* source_tag)

Checks if this has the given source_tag (generally a function pointer indicating the function this was created by).

Parameters:

this

a AsyncResult

source_tag

an application-defined tag

Returns:

true if this has the indicated source_tag, false if not.