Show / Hide Table of Contents

Interface IResourceCollection

Base interface for resource collection.

Inherited Members
System.IDisposable.Dispose()
Namespace: Microsoft.Graph.StatefulClient
Assembly: Microsoft.Graph.StatefulClient.dll
Syntax
public interface IResourceCollection : IDisposable

Properties

View Source

Client

Gets the client.

Declaration
IStatefulClient Client { get; }
Property Value
Type Description
IStatefulClient
View Source

GraphClient

Gets the graph client.

Declaration
IGraphClient GraphClient { get; }
Property Value
Type Description
Microsoft.Graph.Core.Transport.IGraphClient
View Source

GraphLogger

Gets the graph logger.

Declaration
IGraphLogger GraphLogger { get; }
Property Value
Type Description
Microsoft.Graph.Core.Telemetry.IGraphLogger

Methods

View Source

TerminateAsync(TimeSpan)

Performs collection specific terminate tasks.

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

The timeout.

Returns
Type Description
System.Threading.Tasks.Task<System.Boolean>

True if all instances terminated successfully, false otherwise.

Extension Methods

GraphModelExtensions.SetInAdditionalData(Object, String, Object)

See Also

System.IDisposable
  • View Source
Back to top Generated by DocFX