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!

HttpModulesConfigurationHandler.Create

[To be supplied.]

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

Parameters

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

See Also

HttpModulesConfigurationHandler Class | HttpModulesConfigurationHandler Members | System.Web.Configuration Namespace