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.CopyTo

[To be supplied.]

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

Parameters

array
[To be supplied.]
index
[To be supplied.]

See Also

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