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

EndUpdateServerEngineAttributes() public method

Finishes the asynchronous execution of the UpdateServerEngineAttributes operation.
public EndUpdateServerEngineAttributes ( IAsyncResult asyncResult ) : UpdateServerEngineAttributesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateServerEngineAttributes.
return Amazon.OpsWorksCM.Model.UpdateServerEngineAttributesResponse
        public  UpdateServerEngineAttributesResponse EndUpdateServerEngineAttributes(IAsyncResult asyncResult)
        {
            return EndInvoke<UpdateServerEngineAttributesResponse>(asyncResult);
        }