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!

ProtocolInfos.Insert

[To be supplied.]

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

Parameters

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

See Also

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