Show / Hide Table of Contents

    Interface IResourceCollection

    The resource collection interface.

    Inherited Members
    IResourceBase.CreatedDateTime
    IResourceBase.Client
    IResourceBase.GraphClient
    IResourceBase.GraphLogger
    IResourceBase.ResourcePath
    IDisposable.Dispose()
    Namespace: Microsoft.Graph.Communications.Resources
    Assembly: Microsoft.Graph.Communications.Client.dll
    Syntax
    public interface IResourceCollection : IResourceBase, IDisposable

    Methods

    TerminateAsync(TimeSpan)

    Performs collection specific terminate tasks.

    Declaration
    Task<bool> TerminateAsync(TimeSpan timeout = default(TimeSpan))
    Parameters
    Type Name Description
    TimeSpan timeout

    The timeout.

    Returns
    Type Description
    Task<Boolean>

    True if all instances terminated successfully, false otherwise.

    See Also

    IResourceBase
    Back to top Copyright (c) Microsoft Corporation. All rights reserved.