C# Class TaskExtensions, RayCarrot.RCP.Metro

Show file Open project: RayCarrot/RayCarrot.RCP.Metro Class Usage Examples

Public Methods

Method Description
WithoutAwait ( Task task, string exceptionLogMessage ) : void

Method Details

WithoutAwait() public static method

public static WithoutAwait ( Task task, string exceptionLogMessage ) : void
task Task
exceptionLogMessage string
return void