This is the complete list of members for System.Xml.AsyncHelper, including all inherited members.
CallBoolTaskFuncWhenFinishAsync< TArg >(this Task task, Func< TArg, Task< bool > > func, TArg arg) | System.Xml.AsyncHelper | inlinestatic |
CallBoolTaskFuncWhenFinishCoreAsync< TArg >(this Task task, Func< TArg, Task< bool > > func, TArg arg) | System.Xml.AsyncHelper | inlineprivatestatic |
CallTaskFuncWhenFinishAsync< TArg >(this Task task, Func< TArg, Task > func, TArg arg) | System.Xml.AsyncHelper | inlinestatic |
CallTaskFuncWhenFinishCoreAsync< TArg >(Task task, Func< TArg, Task > func, TArg arg) | System.Xml.AsyncHelper | inlineprivatestatic |
CallVoidFuncWhenFinishAsync< TArg >(this Task task, Action< TArg > func, TArg arg) | System.Xml.AsyncHelper | inlinestatic |
CallVoidFuncWhenFinishCoreAsync< TArg >(this Task task, Action< TArg > func, TArg arg) | System.Xml.AsyncHelper | inlineprivatestatic |
ContinueBoolTaskFuncWhenFalseAsync< TArg >(this Task< bool > task, Func< TArg, Task< bool > > func, TArg arg) | System.Xml.AsyncHelper | inlinestatic |
ContinueBoolTaskFuncWhenFalseCoreAsync< TArg >(Task< bool > task, Func< TArg, Task< bool > > func, TArg arg) | System.Xml.AsyncHelper | inlineprivatestatic |
DoneTaskFalse | System.Xml.AsyncHelper | static |
DoneTaskTrue | System.Xml.AsyncHelper | static |
DoneTaskZero | System.Xml.AsyncHelper | static |
IsSuccess(this Task task) | System.Xml.AsyncHelper | inlinestatic |
ReturnTrueTaskWhenFinishAsync(this Task task) | System.Xml.AsyncHelper | inlinestatic |
ReturnTrueTaskWhenFinishCoreAsync(this Task task) | System.Xml.AsyncHelper | inlineprivatestatic |