ERP Integrator V2 - Online Help
ERP Integrator V2
Questions / Feedback?

Listening Property

If True, the component listens for and accepts incoming connections from the SAP system.

Syntax

[VB.NET]
Public Property Listening As Boolean

[C#]
public bool Listening {get; set;}

Remarks

Use this property to make the component 'listen' for function calls issued by the SAP system. Calling AcceptConnections will connect to the SAP system and indicate to SAP that it can receive connections, but until you set Listening to True no remote function calls from SAP will be processed and the FunctionCall event will not fire. Setting this property to False will make the component stop listening, but it will not close the connection to the SAP system.

This property is not available at design time.

Default Value

False

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 2.0.6240.0