Search Results for

    Show / Hide Table of Contents

    Interface ISourceService

    ISourceService is used to insert custom source volumes that can be used in commissions.

    Namespace: DirectScale.Disco.Extension.Services
    Assembly: DirectScale.Disco.Extension.Abstractions.dll
    Syntax
    public interface ISourceService

    Methods

    PostSource(CustomVolumeSource)

    Posts a custom source.

    Declaration
    void PostSource(CustomVolumeSource source)
    Parameters
    Type Name Description
    CustomVolumeSource source

    The custom source.

    PostSource(CustomVolumeSource[])

    Posts custom sources.

    Declaration
    void PostSource(CustomVolumeSource[] sources)
    Parameters
    Type Name Description
    CustomVolumeSource[] sources

    The custom sources.

    In This Article
    Back to top Copyright © 2021 DirectScale
    Generated by DocFX