|
| [VB.NET] | |
| Function CreateNumPagerNotification
(SessionID As String)
As
String |
|
| SessionID |
| Session ID |
|
| NumPager notification object ID |
| VB.NET
Example |
Switch to language:
[C#] |
|
| | 'Create personalizer object and Session object |
| | Dim pers As New PersonalizerRef.Personalizer()
|
| | Dim sess As New SessionRef.Session()
|
| | Dim SessionID As
String = "" |
| | Try |
| | SessionID = pers.CreateSession("LogonName", "Password") |
| | ' Create NumPager notification proxy object |
| | Dim objICQ As New NumPagerRef.NumPager()
|
| | 'Create server notification object |
| | Dim NumPagerNotifID As
String = sess.CreateNumPagerNotification(SessionID) |