CimSubscriptionResult Class
Represents a CIM subscription result.
Namespace: Microsoft.Management.Infrastructure
Assembly: Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)
Inheritance Hierarchy
System.Object
Microsoft.Management.Infrastructure.CimSubscriptionResult
Syntax
public class CimSubscriptionResult : IDisposable
public ref class CimSubscriptionResult : IDisposable
type CimSubscriptionResult =
class
interface IDisposable
end
Public Class CimSubscriptionResult
Implements IDisposable
Properties
Name | Description | |
---|---|---|
Bookmark | Gets the sequence ID of the event. With this value, the client can re-consume the events, starting from the bookmark. |
|
Instance | Gets a CIM instance that represents an occurrence of a WMI event. |
|
MachineId | Gets the ID of the device that the event emanated from. |
Methods
Name | Description | |
---|---|---|
Dispose() | Releases resources associated with this object. |
|
Dispose(Boolean) | Releases resources associated with this object. |
|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.Management.Infrastructure Namespace
Return to top