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!

ServiceDescriptions.Insert

[To be supplied.]

[Visual Basic]
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal description As ServiceDescription _
)
[C#]
public void Insert(
   int index,
   ServiceDescription description
);
[C++]
public: void Insert(
   int index,
   ServiceDescription* description
);
[JScript]
public function Insert(
   index : int,
   description : ServiceDescription
);

Parameters

index
[To be supplied.]
description
[To be supplied.]

See Also

ServiceDescriptions Class | ServiceDescriptions Members | System.Web.Services.Description Namespace