Amazon.OpsWorksCM.AmazonOpsWorksCMClient.EndCreateServer C# (CSharp) Метод

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

Finishes the asynchronous execution of the CreateServer operation.
public EndCreateServer ( IAsyncResult asyncResult ) : CreateServerResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateServer.
Результат Amazon.OpsWorksCM.Model.CreateServerResponse
        public  CreateServerResponse EndCreateServer(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateServerResponse>(asyncResult);
        }