Launch(IPAddress,Int32) Method
Opens a connection to the specified SAP server according to its IP address

C# Syntax

Parameters

serverIP
The connection IP for the SAP server to which you want to open a connection.
instanceNumber
The server system number

Return Value

The launched session
Exceptions
ExceptionDescription
System.ArgumentNullExceptionIn case server IP is null.