|
StreamPoolGet Method |
Get a stream in the pool
Namespace: DrawerBackup.Native.IOAssembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic Stream Get(
string id
)
Public Function Get (
id As String
) As Stream
public:
Stream^ Get(
String^ id
)
member Get :
id : string -> Stream
Parameters
- id
- Type: SystemString
Return Value
Type:
Stream
See Also