IWmiModelBaseTData Interface |
Namespace: Xcalibur.WMI.Framework
The IWmiModelBaseTData type exposes the following members.
Name | Description | |
---|---|---|
![]() | Id |
Gets or sets the id.
|
![]() | QueryBuilder |
Gets or sets the query items.
Note: This is only used for Pull implementations.
|
![]() | Results |
List of results from GetResults or GetResultsAsync.
This has been made public in the event that an alternate method will be used
outside of this class.
|
![]() | WmiClass |
WMI class that corresponds to the searcher.
|
Name | Description | |
---|---|---|
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
![]() | Get |
Gets the specified object.
|
![]() | Update(Int32) |
Updates this instance.
|
![]() | UpdateTConfig(TConfig, Int32) |
Updates the specified configuration.
|