LMNetSnk.LastConnection Property
Object.LastConnection As LMNetSnkConnection |
Remarks
(Read only) Gets the object of the last connection in the list of available connections to the server.
If the property succeeds, the user should release the returned object by setting it to Nothing.
Use the LMNetSnk.LastConnection Property to determine last connection in the list of available connections to the server. Use the LMNetSnk.ConnectionCount Property to determine the number of live connections to the server. Use the LMNetSnkConnection.NextConnection Property to get the next connection object from the list of available connections to the server. Use the LMNetSnkConnection.PrevConnection Property to get the previous connection object from the list of available connections to the server. Use the LMNetSnk.FindConnection Method to get the object of the connection at the specified ID in the list of available connections to the server.
See Also