Amazon.CloudHSM.AmazonCloudHSMClient.EndGetConfig C# (CSharp) Method

EndGetConfig() public method

Finishes the asynchronous execution of the GetConfig operation.
public EndGetConfig ( IAsyncResult asyncResult ) : GetConfigResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetConfig.
return Amazon.CloudHSM.Model.GetConfigResponse
        public  GetConfigResponse EndGetConfig(IAsyncResult asyncResult)
        {
            return EndInvoke<GetConfigResponse>(asyncResult);
        }