This function checks if a given stream exists or not.
Namespace: VcClient.TestAssembly: VcClient (in VcClient.dll) Version: 1.0.0.0 (1.8.400.4142)
Syntax
C# |
---|
public delegate bool StreamExists(
string streamName
) |
Visual Basic |
---|
Public Delegate Function StreamExists ( _
streamName As String _
) As Boolean |
Visual C++ |
---|
public delegate bool StreamExists(
String^ streamName
) |
Parameters
- streamName
- Type: String
Name of the stream in vc:// or http:// format
Return Value
Returns true if the stream exists and false if it does not
See Also