An NDoc Documented Class Library

HostIntegratorSession.ProcessString Method 

Calls the ProcessString event handler on the server.

public virtual string ProcessString(
   string inStr
);

Parameters

inStr
Specifies the input string to be processed.

Return Value

This method returns a string containing the results returned by the ProcessString event handler.

Remarks

Returns a string containing the results returned by the ProcessString event handler.

Exceptions

Exception TypeCondition
HostIntegratorConnectorExceptionThrown if client is not connected
HostIntegratorExceptionThrown if the connection is for metadata only
HostIntegratorServerExceptionThrown if the ProcessString method is not supported for the current model, or an execution error occurs

See Also

HostIntegratorSession Class | WRQ.Verastream.HostIntegrator Namespace