你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

FabricClient.ServiceManagementClient.EnableServiceAsync Method

Definition

Overloads

EnableServiceAsync(Uri, TimeSpan, CancellationToken)

public System.Threading.Tasks.Task EnableServiceAsync(Uri serviceName, TimeSpan timeout, System.Threading.CancellationToken cancellationToken);
member this.EnableServiceAsync : Uri * TimeSpan * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function EnableServiceAsync (serviceName As Uri, timeout As TimeSpan, cancellationToken As CancellationToken) As Task

Parameters

serviceName
Uri
timeout
TimeSpan
cancellationToken
CancellationToken

Returns

Applies to

EnableServiceAsync(Uri)

public System.Threading.Tasks.Task EnableServiceAsync(Uri serviceName);
member this.EnableServiceAsync : Uri -> System.Threading.Tasks.Task
Public Function EnableServiceAsync (serviceName As Uri) As Task

Parameters

serviceName
Uri

Returns

Applies to