C# Класс Microsoft.R.Host.UserProfile.RUserProfileServicesHelper

Показать файл Открыть проект

Открытые методы

Метод Описание
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