C# Class CancellationTokenIntro.AsyncFactory

Show file Open project: tugberkugurlu/ProWebAPI.Samples

Public Methods

Method Description
GetIntAsync ( CancellationToken token = default(CancellationToken) ) : Task

Method Details

GetIntAsync() public static method

public static GetIntAsync ( CancellationToken token = default(CancellationToken) ) : Task
token System.Threading.CancellationToken
return Task