Amazon.SimpleSystemsManagement.AmazonSimpleSystemsManagementClient.EndSendCommand C# (CSharp) Метод

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

Finishes the asynchronous execution of the SendCommand operation.
public EndSendCommand ( IAsyncResult asyncResult ) : SendCommandResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginSendCommand.
Результат Amazon.SimpleSystemsManagement.Model.SendCommandResponse
        public  SendCommandResponse EndSendCommand(IAsyncResult asyncResult)
        {
            return EndInvoke<SendCommandResponse>(asyncResult);
        }
AmazonSimpleSystemsManagementClient