Windows Media Services SDK banner art
PreviousNext

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 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

PreviousNext


© 1996-1999 Microsoft Corporation. All rights reserved.