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!

SoapImplementsInfos.Insert

[To be supplied.]

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

Parameters

index
[To be supplied.]
info
[To be supplied.]

See Also

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