Amazon.OpsWorks.AmazonOpsWorksClient.EndUpdateLayer C# (CSharp) Method

EndUpdateLayer() public method

Finishes the asynchronous execution of the UpdateLayer operation.
public EndUpdateLayer ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.UpdateLayerResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateLayer.
return Amazon.OpsWorks.Model.UpdateLayerResponse
        public  UpdateLayerResponse EndUpdateLayer(IAsyncResult asyncResult)
        {
            return EndInvoke<UpdateLayerResponse>(asyncResult);
        }
AmazonOpsWorksClient