C# Class TypeScriptAngularWebApiAppHalSwagger.Proxies.EntryExtensions

Afficher le fichier Open project: devkimchi/TypeScript-WebApi-Sample

Méthodes publiques

Méthode Description
Get ( this operations ) : EntryModel

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

Method Details

Get() public static méthode

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

GetAsync() public static méthode

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. ///
Résultat Task