Delegate ConnectionFactoryMethod
A method that creates IServerConnection instances from the given parameters
Namespace: OSGeo.MapGuide.MaestroAPI
Assembly: OSGeo.MapGuide.MaestroAPI.dll
Syntax
public delegate IServerConnection ConnectionFactoryMethod(NameValueCollection initParams);
Parameters
| Type | Name | Description |
|---|---|---|
| System.Collections.Specialized.NameValueCollection | initParams | The init params. |
Returns
| Type | Description |
|---|---|
| IServerConnection |