|
StreamPoolAllocate Method |
Allocate a Stream to the Pool
Namespace: DrawerBackup.Native.IOAssembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic string Allocate(
Stream stream
)
Public Function Allocate (
stream As Stream
) As String
public:
String^ Allocate(
Stream^ stream
)
member Allocate :
stream : Stream -> string
Parameters
- stream
- Type: System.IOStream
Return Value
Type:
String
See Also