Amazon.OpsWorksCM.AmazonOpsWorksCMClient.EndRestoreServer C# (CSharp) Method

EndRestoreServer() public method

Finishes the asynchronous execution of the RestoreServer operation.
public EndRestoreServer ( IAsyncResult asyncResult ) : RestoreServerResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRestoreServer.
return RestoreServerResponse
        public  RestoreServerResponse EndRestoreServer(IAsyncResult asyncResult)
        {
            return EndInvoke<RestoreServerResponse>(asyncResult);
        }