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

EndCreateLunaClient() public method

Finishes the asynchronous execution of the CreateLunaClient operation.
public EndCreateLunaClient ( IAsyncResult asyncResult ) : Amazon.CloudHSM.Model.CreateLunaClientResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateLunaClient.
return Amazon.CloudHSM.Model.CreateLunaClientResponse
        public  CreateLunaClientResponse EndCreateLunaClient(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateLunaClientResponse>(asyncResult);
        }