AsyncMediator.Test.TestingTaskExtension.FireAndForget C# (CSharp) Method

FireAndForget() static private method

static private FireAndForget ( this task ) : void
task this
return void
        internal static void FireAndForget(this Task task)
        {
        }
TestingTaskExtension