Previous | Next |
Finds a Stream object with a specific name.
Syntax
NSChannelMgr.Streams.Find( Alias )
Parameters
Alias
A String value specifying the alias for the name of a stream that is to be found.
Return Values
Returns a Stream object.
Example
NSChannelMgr.Connect "LocalHost"
' Find stream named Product Rollout
Set RolloutStream = NSChannelMgr.Streams.Find( "Product Rollout")
See Also
Streams Collection Object, Streams.Open
Previous | Next |