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

EndStartTask() 공개 메소드

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