Attaches the specified URI.

Namespace:  GrassValley.Mseries.Editor
Assembly:  GrassValley.Mseries.Editor (in GrassValley.Mseries.Editor.dll) Version: 1.0.0.0

Syntax

C#
void Attach(
	string uri,
	int contextCookie
)
Visual Basic (Declaration)
Sub Attach ( _
	uri As String, _
	contextCookie As Integer _
)
Visual C++
void Attach(
	String^ uri, 
	int contextCookie
)

Parameters

uri
Type: System..::.String
URI.
contextCookie
Type: System..::.Int32
Context cookie.

See Also