1 type derived from CustomAwaitable
BasicWebSite (1)
Controllers\AsyncActionsController.cs (1)
180
public class CustomAwaitable<T> :
CustomAwaitable
1 instantiation of CustomAwaitable
BasicWebSite (1)
Controllers\AsyncActionsController.cs (1)
120
return new
CustomAwaitable
(SimulateDelayMilliseconds);
2 references to CustomAwaitable
BasicWebSite (2)
Controllers\AsyncActionsController.cs (2)
118
public
CustomAwaitable
CustomAwaitableVoidAction()
123
public
CustomAwaitable
CustomAwaitableVoidExceptionAction()