Search Results for

    Show / Hide Table of Contents

    Class ApplicationInstanceCacheExtensionMethods

    Extension methods for IApplicationInstanceCache

    Inheritance
    System.Object
    ApplicationInstanceCacheExtensionMethods
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: ImageVault.Core.Common.Services
    Assembly: ImageVault.Core.dll
    Syntax
    public static class ApplicationInstanceCacheExtensionMethods

    Methods

    GetStorage(IApplicationInstanceCache, Nullable<Int32>)

    Gets a storage instance by its type id

    Declaration
    public static IMediaStorage GetStorage(this IApplicationInstanceCache aic, int? storageTypeId)
    Parameters
    Type Name Description
    IApplicationInstanceCache aic
    System.Nullable<System.Int32> storageTypeId
    Returns
    Type Description
    IMediaStorage
    In This Article
    Back to top (c) Meriworks 2002-2022