Exemple #1
0
 internal AwsIamMapperClient GetGrpcClient()
 {
     if (_grpcClient == null)
     {
         _grpcClient = new AwsIamMapperClient(GetGrpcChannel());
     }
     return(_grpcClient);
 }
Exemple #2
0
 protected override void DisposeClientResources(bool disposing)
 {
     // Not much to do
     _grpcClient = null;
 }