Amazon.OpsWorksCM.AmazonOpsWorksCMClient.EndUpdateServerEngineAttributes C# (CSharp) 메소드

EndUpdateServerEngineAttributes() 공개 메소드

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