Click or drag to resize

FndConnection.AbortRequest Method

Request an abort for a previous (now running) server invoke made earlier. Must be called on a different thread than the running invoke. This method will return immediately and the running request (server invoke) will try to abort. If it succeeds in the abort request, that invoke call will throw an FndRequestAbortException with that error.

Namespace:  Ifs.Fnd.AccessProvider
Assembly:  Ifs.Fnd.AccessProvider (in Ifs.Fnd.AccessProvider.dll) Version: 4.52.10.0 (10.2.2.9999)
Syntax
C#
public void AbortRequest(
	string requestId
)

Parameters

requestId
Type: System.String
The unique Id of the request. All requests exposes it's Id in the event Invoking
See Also