ServiceRegistrationRestClient.GetMd5Async 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
GetMd5Async(String, Version) | |
GetMd5Async(String, String, CancellationToken) | |
GetMd5Async(String, Version, CancellationToken) |
GetMd5Async(String, Version)
public System.Threading.Tasks.Task<string> GetMd5Async (string serviceName, Version serviceVersion);
abstract member GetMd5Async : string * Version -> System.Threading.Tasks.Task<string>
override this.GetMd5Async : string * Version -> System.Threading.Tasks.Task<string>
Public Function GetMd5Async (serviceName As String, serviceVersion As Version) As Task(Of String)
Parameters
- serviceName
- String
- serviceVersion
- Version
Returns
Implements
Applies to
GetMd5Async(String, String, CancellationToken)
public System.Threading.Tasks.Task<string> GetMd5Async (string serviceName, string serviceVersion = "", System.Threading.CancellationToken token = null);
member this.GetMd5Async : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
Public Function GetMd5Async (serviceName As String, Optional serviceVersion As String = "", Optional token As CancellationToken = null) As Task(Of String)
Parameters
- serviceName
- String
- serviceVersion
- String
- token
- CancellationToken
Returns
Applies to
GetMd5Async(String, Version, CancellationToken)
public System.Threading.Tasks.Task<string> GetMd5Async (string serviceName, Version serviceVersion, System.Threading.CancellationToken token);
member this.GetMd5Async : string * Version * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
Public Function GetMd5Async (serviceName As String, serviceVersion As Version, token As CancellationToken) As Task(Of String)
Parameters
- serviceName
- String
- serviceVersion
- Version
- token
- CancellationToken