C# Class TypeScriptAngularWebApiAppHalSwagger.Proxies.EntryExtensions

Mostrar archivo Open project: devkimchi/TypeScript-WebApi-Sample

Public Methods

Method Description
Get ( this operations ) : EntryModel

GetAsync ( this operations, CancellationToken cancellationToken = default(CancellationToken) ) : Task

Method Details

Get() public static method

public static Get ( this operations ) : EntryModel
operations this /// The operations group for this extension method. ///
return EntryModel

GetAsync() public static method

public static GetAsync ( this operations, CancellationToken cancellationToken = default(CancellationToken) ) : Task
operations this /// The operations group for this extension method. ///
cancellationToken System.Threading.CancellationToken /// The cancellation token. ///
return Task