|
StreamPoolRemove Method |
Remove a stream from the pool
Namespace: DrawerBackup.Native.IOAssembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic void Remove(
string id
)
Public Sub Remove (
id As String
)
public:
void Remove(
String^ id
)
member Remove :
id : string -> unit
Parameters
- id
- Type: SystemString
See Also