Amazon.ECS.AmazonECSClient.EndUpdateContainerAgent C# (CSharp) 메소드

EndUpdateContainerAgent() 공개 메소드

Finishes the asynchronous execution of the UpdateContainerAgent operation.
public EndUpdateContainerAgent ( IAsyncResult asyncResult ) : UpdateContainerAgentResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateContainerAgent.
리턴 Amazon.ECS.Model.UpdateContainerAgentResponse
        public  UpdateContainerAgentResponse EndUpdateContainerAgent(IAsyncResult asyncResult)
        {
            return EndInvoke<UpdateContainerAgentResponse>(asyncResult);
        }
AmazonECSClient