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

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

Finishes the asynchronous execution of the ModifyLunaClient operation.
public EndModifyLunaClient ( IAsyncResult asyncResult ) : ModifyLunaClientResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginModifyLunaClient.
Результат Amazon.CloudHSM.Model.ModifyLunaClientResponse
        public  ModifyLunaClientResponse EndModifyLunaClient(IAsyncResult asyncResult)
        {
            return EndInvoke<ModifyLunaClientResponse>(asyncResult);
        }