|
MultipleDestinationExporterTotalExports Property
|
Gets the total number exports performed successfully.
Namespace: GSF.IOAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.253-beta+ffb7163c9e3b771705bc5b9aa3f09870f2cb9e2c
Syntax[BrowsableAttribute(false)]
public long TotalExports { get; }
<BrowsableAttribute(false)>
Public ReadOnly Property TotalExports As Long
Get
public:
[BrowsableAttribute(false)]
property long long TotalExports {
long long get ();
}
[<BrowsableAttribute(false)>]
member TotalExports : int64 with get
function get_TotalExports();
View SourceProperty Value
Int64
See Also