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

EndAssociateFleet() public method

Finishes the asynchronous execution of the AssociateFleet operation.
public EndAssociateFleet ( IAsyncResult asyncResult ) : AssociateFleetResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAssociateFleet.
return AssociateFleetResponse
        public  AssociateFleetResponse EndAssociateFleet(IAsyncResult asyncResult)
        {
            return EndInvoke<AssociateFleetResponse>(asyncResult);
        }