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!

ReferenceMap.Load (String, Stream)

[To be supplied.]

[Visual Basic]
Overloads Public Shared Function Load( _
   ByVal directory As String, _
   ByVal stream As Stream _
) As ReferenceMap
[C#]
public static ReferenceMap Load(
   string directory,
   Stream stream
);
[C++]
public: static ReferenceMap* Load(
   String* directory,
   Stream* stream
);
[JScript]
public static function Load(
   directory : String,
   stream : Stream
) : ReferenceMap;

Parameters

directory
[To be supplied.]
stream
[To be supplied.]

See Also

ReferenceMap Class | ReferenceMap Members | System.Web.Services.Discovery Namespace | ReferenceMap.Load Overload List