C# Class Microsoft.Iot.IotCoreAppDeployment.WebbHelper

Inheritance: IDisposable
Datei anzeigen Open project: ms-iot/iot-utilities Class Usage Examples

Public Methods

Method 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

Method Description
EnterWebBCall ( CancellationToken &cts ) : void
InvalidateToken ( ) : void

Method Details

DeployAppAsync() public method

public DeployAppAsync ( IEnumerable files, string target, UserInfo credentials ) : Task
files IEnumerable
target string
credentials UserInfo
return Task

Dispose() public method

public Dispose ( ) : void
return void

PollInstallStateAsync() public method

public PollInstallStateAsync ( string target, UserInfo credentials ) : Task
target string
credentials UserInfo
return Task

UninstallAppAsync() public method

public UninstallAppAsync ( string packageFullName, string target, UserInfo credentials ) : Task
packageFullName string
target string
credentials UserInfo
return Task