Amazon.OpsWorksCM.AmazonOpsWorksCMClient.EndRestoreServer C# (CSharp) Méthode

EndRestoreServer() public méthode

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