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

EndCreateService() public method

Finishes the asynchronous execution of the CreateService operation.
public EndCreateService ( IAsyncResult asyncResult ) : CreateServiceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateService.
return Amazon.ECS.Model.CreateServiceResponse
        public  CreateServiceResponse EndCreateService(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateServiceResponse>(asyncResult);
        }
AmazonECSClient