This function renames the given stream.
Namespace: VcClient.TestAssembly: VcClient (in VcClient.dll) Version: 1.0.0.0 (1.8.400.4142)
Syntax
C# |
---|
public delegate void Rename( string stream, string newName ) |
Visual Basic |
---|
Public Delegate Sub Rename ( _ stream As String, _ newName As String _ ) |
Visual C++ |
---|
public delegate void Rename( String^ stream, String^ newName ) |
Parameters
- stream
- Type: String
The original name of the stream.
- newName
- Type: String
The new name of the stream.