FabricClient.ServiceManagementClient.GetServiceManifestAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetServiceManifestAsync(String, String, String) | |
GetServiceManifestAsync(String, String, String, TimeSpan, CancellationToken) |
GetServiceManifestAsync(String, String, String)
public System.Threading.Tasks.Task<string> GetServiceManifestAsync(string applicationTypeName, string applicationTypeVersion, string serviceManifestName);
member this.GetServiceManifestAsync : string * string * string -> System.Threading.Tasks.Task<string>
Public Function GetServiceManifestAsync (applicationTypeName As String, applicationTypeVersion As String, serviceManifestName As String) As Task(Of String)
Parameters
- applicationTypeName
- System.String
- applicationTypeVersion
- System.String
- serviceManifestName
- System.String
Returns
System.Threading.Tasks.Task<System.String>
Applies to
GetServiceManifestAsync(String, String, String, TimeSpan, CancellationToken)
public System.Threading.Tasks.Task<string> GetServiceManifestAsync(string applicationTypeName, string applicationTypeVersion, string serviceManifestName, TimeSpan timeout, System.Threading.CancellationToken cancellationToken);
member this.GetServiceManifestAsync : string * string * string * TimeSpan * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
Public Function GetServiceManifestAsync (applicationTypeName As String, applicationTypeVersion As String, serviceManifestName As String, timeout As TimeSpan, cancellationToken As CancellationToken) As Task(Of String)
Parameters
- applicationTypeName
- System.String
- applicationTypeVersion
- System.String
- serviceManifestName
- System.String
- timeout
- System.TimeSpan
- cancellationToken
- System.Threading.CancellationToken
Returns
System.Threading.Tasks.Task<System.String>