Streams.Find Method

Finds a Stream object with a specific name.

Syntax

NSChannelMgr.Streams.Find( Alias )

Parameters

Alias

A String value specifying the alias for a name of the stream 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, Stream objects, Streams.Open

© 1996-1998 Microsoft Corporation. All rights reserved.