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!

WebServicesConfigurationSectionHandler.Create

[To be supplied.]

[Visual Basic]
Overridable Public Function Create( _
   ByVal parent As Object, _
   ByVal input() As ConfigurationInput, _
   ByVal path As String _
) As Object
[C#]
public virtual object Create(
   object parent,
   ConfigurationInput[] input,
   string path
);
[C++]
public: virtual Object* Create(
   Object* parent,
   ConfigurationInput* input[],
   String* path
);
[JScript]
public function Create(
   parent : Object,
   input : ConfigurationInput[],
   path : String
) : Object;

Parameters

parent
[To be supplied.]
input
[To be supplied.]
path
[To be supplied.]

See Also

WebServicesConfigurationSectionHandler Class | WebServicesConfigurationSectionHandler Members | System.Web.Services Namespace