Amazon.ECS.AmazonECSClient.EndStartTask C# (CSharp) Method

EndStartTask() public method

Finishes the asynchronous execution of the StartTask operation.
public EndStartTask ( IAsyncResult asyncResult ) : StartTaskResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginStartTask.
return Amazon.ECS.Model.StartTaskResponse
        public  StartTaskResponse EndStartTask(IAsyncResult asyncResult)
        {
            return EndInvoke<StartTaskResponse>(asyncResult);
        }
AmazonECSClient