Amazon.Redshift.AmazonRedshiftClient.EndDescribeHsmConfigurations C# (CSharp) Метод

EndDescribeHsmConfigurations() публичный Метод

Finishes the asynchronous execution of the DescribeHsmConfigurations operation.
public EndDescribeHsmConfigurations ( IAsyncResult asyncResult ) : DescribeHsmConfigurationsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeHsmConfigurations.
Результат DescribeHsmConfigurationsResponse
        public  DescribeHsmConfigurationsResponse EndDescribeHsmConfigurations(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribeHsmConfigurationsResponse>(asyncResult);
        }
AmazonRedshiftClient