Amazon.EC2.AmazonEC2Client.EndModifySpotFleetRequest C# (CSharp) Method

EndModifySpotFleetRequest() public method

Finishes the asynchronous execution of the ModifySpotFleetRequest operation.
public EndModifySpotFleetRequest ( IAsyncResult asyncResult ) : ModifySpotFleetRequestResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginModifySpotFleetRequest.
return ModifySpotFleetRequestResponse
        public  ModifySpotFleetRequestResponse EndModifySpotFleetRequest(IAsyncResult asyncResult)
        {
            return EndInvoke<ModifySpotFleetRequestResponse>(asyncResult);
        }
AmazonEC2Client