Search Results for

    Show / Hide Table of Contents

    Class CachedProviderInfo

    Represents the cache status of connections for a particular provider

    Inheritance
    System.Object
    CachedProviderInfo
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: OSGeo.MapGuide.MaestroAPI.Commands
    Assembly: OSGeo.MapGuide.MaestroAPI.dll
    Syntax
    [Serializable]
    public class CachedProviderInfo

    Properties

    | Improve this Doc View Source

    CachedFdoConnections

    Gets an array of cached connections using this provider

    Declaration
    public CachedFdoConnection[] CachedFdoConnections { get; set; }
    Property Value
    Type Description
    CachedFdoConnection[]
    | Improve this Doc View Source

    CurrentDataConnectionPoolSize

    Gets the current connection pool size

    Declaration
    public int CurrentDataConnectionPoolSize { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    CurrentDataConnections

    Gets the number of current connections

    Declaration
    public int CurrentDataConnections { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    FeatureSourceId

    Gets the feature source

    Declaration
    public string FeatureSourceId { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    KeepDataConnectionsCached

    Gets whether connections are cached

    Declaration
    public string KeepDataConnectionsCached { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    MaximumDataConnectionPoolSize

    Gets the maximum connection pool size

    Declaration
    public int MaximumDataConnectionPoolSize { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    ThreadModel

    Gets the thread model

    Declaration
    public string ThreadModel { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng