AsyncResultT.isTagged

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

template AsyncResultT()
override
bool
isTagged
(
void* sourceTag = null
)

Parameters

sourceTag void*

an application-defined tag

Return Value

Type: bool

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