Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ContinueBoolTaskFuncWhenFalseCoreAsync< TArg >()
static
async
Task
<
bool
> System.Xml.AsyncHelper.ContinueBoolTaskFuncWhenFalseCoreAsync<
TArg
>
(
Task
<
bool
>
task
,
Func<
TArg
,
Task
<
bool
> >
func
,
TArg
arg
)
inline
static
private
Definition at line
92
of file
AsyncHelper.cs
.
93
{
94
if
(
await
task
.ConfigureAwait(
continueOnCapturedContext
:
false
))
95
{
96
return
true
;
97
}
98
return
await
func
(
arg
).ConfigureAwait(
continueOnCapturedContext
:
false
);
99
}
System.Linq.ExceptionArgument.func
@ func
System.Xml.ValueHandleType.Dictionary
@ Dictionary
System.ExceptionArgument.task
@ task
References
System.Xml.Dictionary
, and
System.task
.
System
Xml
AsyncHelper
Generated by
1.10.0