NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

MTNameTable Constructor (Boolean, Int32)

[To be supplied.]

[Visual Basic]
Overloads Public Sub New( _
   ByVal isThreadSafe As Boolean, _
   ByVal timeout As Integer _
)
[C#]
public MTNameTable(
   bool isThreadSafe,
   int timeout
);
[C++]
public: MTNameTable(
   bool isThreadSafe,
   int timeout
);
[JScript]
public function MTNameTable(
   isThreadSafe : Boolean,
   timeout : int
);

Parameters

isThreadSafe
[To be supplied.]
timeout
[To be supplied.]

See Also

MTNameTable Class | MTNameTable Members | System.Data.XML Namespace | MTNameTable Constructor Overload List