Exemple #1
0
 public async Task ActivateEndpointAsync(string endpointId)
 {
     await _registryServiceHandler.ActivateEndpointAsync(endpointId).ConfigureAwait(false);
 }