This function purges the given stream.
Namespace: VcClient.TestAssembly: VcClient (in VcClient.dll) Version: 1.0.0.0 (1.8.400.4142)
Syntax
C# |
---|
public delegate void Purge( string stream ) |
Visual Basic |
---|
Public Delegate Sub Purge ( _ stream As String _ ) |
Visual C++ |
---|
public delegate void Purge( String^ stream ) |
Parameters
- stream
- Type: String
The name of the stream that needs to be purges.