Property | Type | Description | |
---|---|---|---|
Instance | ISynchronizationReportRepository |
Method | Description | |
---|---|---|
AddReport ( GenSync.Logging.SynchronizationReport report ) : |
||
DeleteReport ( |
||
GetAvailableReports ( ) : IReadOnlyList |
||
GetReport ( |
||
GetReportStream ( |
Method | Description | |
---|---|---|
OnReportAdded ( |
Method | Description | |
---|---|---|
NullSynchronizationReportRepository ( ) : System |
public AddReport ( GenSync.Logging.SynchronizationReport report ) : |
||
report | GenSync.Logging.SynchronizationReport | |
return |
public DeleteReport ( |
||
name | ||
return | void |
public GetAvailableReports ( ) : IReadOnlyList |
||
return | IReadOnlyList |
public GetReport ( |
||
name | ||
return | GenSync.Logging.SynchronizationReport |
public GetReportStream ( |
||
name | ||
return | Stream |
protected OnReportAdded ( |
||
e | ||
return | void |