source:
BMXNET_RPMS_dotNET_UTILITIES-BMX/branch/IHS BMX Framework/IndianHealthService.BMXNet/BMXNetSessionConnectionSource.cs@
1193
Last change on this file since 1193 was 1146, checked in by , 14 years ago | |
---|---|
File size: 306 bytes |
Rev | Line | |
---|---|---|
[1146] | 1 | using System; |
2 | using System.Collections.Generic; | |
3 | using System.Text; | |
4 | ||
5 | namespace IndianHealthService.BMXNet | |
6 | { | |
7 | internal interface BMXNetSessionConnectionSource | |
8 | { | |
9 | BMXNetSessionConnection OpenConnection(); | |
10 | void CloseConnection(BMXNetSessionConnection aConnection); | |
11 | } | |
12 | } |
Note:
See TracBrowser
for help on using the repository browser.