C# Class Microsoft.Iot.IotCoreAppDeployment.WebbHelper

Inheritance: IDisposable
Afficher le fichier Open project: ms-iot/iot-utilities Class Usage Examples

Méthodes publiques

Méthode Description
DeployAppAsync ( IEnumerable files, string target, UserInfo credentials ) : Task
Dispose ( ) : void
PollInstallStateAsync ( string target, UserInfo credentials ) : Task
UninstallAppAsync ( string packageFullName, string target, UserInfo credentials ) : Task

Private Methods

Méthode Description
EnterWebBCall ( CancellationToken &cts ) : void
InvalidateToken ( ) : void

Method Details

DeployAppAsync() public méthode

public DeployAppAsync ( IEnumerable files, string target, UserInfo credentials ) : Task
files IEnumerable
target string
credentials UserInfo
Résultat Task

Dispose() public méthode

public Dispose ( ) : void
Résultat void

PollInstallStateAsync() public méthode

public PollInstallStateAsync ( string target, UserInfo credentials ) : Task
target string
credentials UserInfo
Résultat Task

UninstallAppAsync() public méthode

public UninstallAppAsync ( string packageFullName, string target, UserInfo credentials ) : Task
packageFullName string
target string
credentials UserInfo
Résultat Task