1 sharedlibrarycoreinterfaces IServerDataCollector
RaidMax edited this page 2023-05-20 22:09:21 -05:00

IServerDataCollector Public interface

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph SharedLibraryCore.Interfaces
  SharedLibraryCore.Interfaces.IServerDataCollector[[IServerDataCollector]]
  class SharedLibraryCore.Interfaces.IServerDataCollector interfaceStyle;
  end

Members

Methods

Public methods

Returns Name
Task BeginCollectionAsync(Nullable<TimeSpan> period, CancellationToken cancellationToken)

Details

Methods

BeginCollectionAsync

Source code

public Task BeginCollectionAsync(Nullable<TimeSpan> period, CancellationToken cancellationToken)
Arguments
Type Name Description
Nullable<TimeSpan> period
CancellationToken cancellationToken

Generated with ModularDoc