Class CollectCommandOptions
Inheritance
System.Object
CollectCommandOptions
Assembly: AsaLib.dll
Syntax
public class CollectCommandOptions : CollectorOptions
Properties
|
Improve this Doc
View Source
MatchedCollectorId
Declaration
public string? MatchedCollectorId { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.String> |
|
Methods
|
Improve this Doc
View Source
FromCollectorOptions(CollectorOptions)
Declaration
public static CollectCommandOptions FromCollectorOptions(CollectorOptions opts)
Parameters
Returns