| LyncPlatformLibraryOpenConnection Method (String, Int32, String) |
Opens a SIP connection to a Lync server user endpoint.
Namespace: Inkostar.ClassesAssembly: LyncPlatformLibrary (in LyncPlatformLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic int OpenConnection(
string fullyQualifiedLyncServer,
int lyncServerPortNumber,
string fullyQualifiedDomainUser
)
Public Function OpenConnection (
fullyQualifiedLyncServer As String,
lyncServerPortNumber As Integer,
fullyQualifiedDomainUser As String
) As Integer
public:
int OpenConnection(
String^ fullyQualifiedLyncServer,
int lyncServerPortNumber,
String^ fullyQualifiedDomainUser
)
member OpenConnection :
fullyQualifiedLyncServer : string *
lyncServerPortNumber : int *
fullyQualifiedDomainUser : string -> int
Parameters
- fullyQualifiedLyncServer
- Type: SystemString
The fully qualified Lync server host name.
Examplesmylyncserver.mydomain.com
- lyncServerPortNumber
- Type: SystemInt32
The Lync front-end server incoming SIP connection port for client connectivity.
Examples5060
- fullyQualifiedDomainUser
- Type: SystemString
The fully qualified Lync domain user under whom the connection will be made.
Examplessomeuser@mydomain.com
Return Value
Type:
Int32
The unique identifier for the current operation.
See Also