Interface IResourceCollection
The resource collection interface.
Inherited Members
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. |