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!

ConfigurationSystem.EnsureInit

[To be supplied.]

[Visual Basic]
Public Shared Function EnsureInit( _
   ByVal configtype As Type, _
   ByVal context As Object _
) As Boolean
[C#]
public static bool EnsureInit(
   Type configtype,
   object context
);
[C++]
public: static bool EnsureInit(
   Type* configtype,
   Object* context
);
[JScript]
public static function EnsureInit(
   configtype : Type,
   context : Object
) : Boolean;

Parameters

configtype
[To be supplied.]
context
[To be supplied.]

See Also

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