Amazon.CloudHSM.AmazonCloudHSMClient.EndCreateLunaClient C# (CSharp) Метод

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

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.
Результат Amazon.CloudHSM.Model.CreateLunaClientResponse
        public  CreateLunaClientResponse EndCreateLunaClient(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateLunaClientResponse>(asyncResult);
        }