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.Save (String, Stream)

[To be supplied.]

[Visual Basic]
Overloads Public Sub Save( _
   ByVal directory As String, _
   ByVal stream As Stream _
)
[C#]
public void Save(
   string directory,
   Stream stream
);
[C++]
public: void Save(
   String* directory,
   Stream* stream
);
[JScript]
public function Save(
   directory : String,
   stream : Stream
);

Parameters

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

See Also

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