DelegateGetInstanceIDFromFTSApp Delegate

Definition

Represents whether the instance identifier is from the full text service.

public delegate bool DelegateGetInstanceIDFromFTSApp(System::String ^ sFTSApp, INST_ID ^ pInstanceID);
public delegate bool DelegateGetInstanceIDFromFTSApp(string sFTSApp, INST_ID pInstanceID);
type DelegateGetInstanceIDFromFTSApp = delegate of string * INST_ID -> bool
Public Delegate Function DelegateGetInstanceIDFromFTSApp(sFTSApp As String, pInstanceID As INST_ID) As Boolean 

Parameters

sFTSApp
String

The input from the FTS application.

pInstanceID
INST_ID

The instance ID.

Return Value

true if the instance identifier is from the full text service; otherwise, false.

Applies to