C# 클래스 Microsoft.Iot.IotCoreAppDeployment.WebbHelper

상속: IDisposable
파일 보기 프로젝트 열기: ms-iot/iot-utilities 1 사용 예제들

공개 메소드들

메소드 설명
DeployAppAsync ( IEnumerable files, string target, UserInfo credentials ) : Task
Dispose ( ) : void
PollInstallStateAsync ( string target, UserInfo credentials ) : Task
UninstallAppAsync ( string packageFullName, string target, UserInfo credentials ) : Task

비공개 메소드들

메소드 설명
EnterWebBCall ( CancellationToken &cts ) : void
InvalidateToken ( ) : void

메소드 상세

DeployAppAsync() 공개 메소드

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

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

PollInstallStateAsync() 공개 메소드

public PollInstallStateAsync ( string target, UserInfo credentials ) : Task
target string
credentials UserInfo
리턴 Task

UninstallAppAsync() 공개 메소드

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