C# 클래스 Microsoft.R.Host.UserProfile.RUserProfileServicesHelper

파일 보기 프로젝트 열기: Microsoft/RTVS

공개 메소드들

메소드 설명
CreateProfileAsync ( int serverTimeOutms, int clientTimeOutms, IUserProfileServices userProfileService = null, CancellationToken ct = default(CancellationToken), ILogger logger = null ) : Task
DeleteProfileAsync ( int serverTimeOutms, int clientTimeOutms, IUserProfileServices userProfileService = null, CancellationToken ct = default(CancellationToken), ILogger logger = null ) : Task

비공개 메소드들

메소드 설명
ProfileServiceOperationAsync ( Func operation, string name, int serverTimeOutms, int clientTimeOutms, CancellationToken ct = default(CancellationToken), ILogger logger = null ) : Task

메소드 상세

CreateProfileAsync() 공개 정적인 메소드

public static CreateProfileAsync ( int serverTimeOutms, int clientTimeOutms, IUserProfileServices userProfileService = null, CancellationToken ct = default(CancellationToken), ILogger logger = null ) : Task
serverTimeOutms int
clientTimeOutms int
userProfileService IUserProfileServices
ct System.Threading.CancellationToken
logger ILogger
리턴 Task

DeleteProfileAsync() 공개 정적인 메소드

public static DeleteProfileAsync ( int serverTimeOutms, int clientTimeOutms, IUserProfileServices userProfileService = null, CancellationToken ct = default(CancellationToken), ILogger logger = null ) : Task
serverTimeOutms int
clientTimeOutms int
userProfileService IUserProfileServices
ct System.Threading.CancellationToken
logger ILogger
리턴 Task