Amazon.AppStream.AmazonAppStreamClient.EndUpdateFleet C# (CSharp) Method

EndUpdateFleet() public method

Finishes the asynchronous execution of the UpdateFleet operation.
public EndUpdateFleet ( IAsyncResult asyncResult ) : UpdateFleetResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateFleet.
return Amazon.AppStream.Model.UpdateFleetResponse
        public  UpdateFleetResponse EndUpdateFleet(IAsyncResult asyncResult)
        {
            return EndInvoke<UpdateFleetResponse>(asyncResult);
        }