Amazon.ECS.AmazonECSClient.EndUpdateContainerAgent C# (CSharp) Méthode

EndUpdateContainerAgent() public méthode

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