Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
|---|---|---|
| .jpeg) | Bookmark | Gets the sequence ID of the event. With this value, the client can re-consume the events, starting from the bookmark. | 
| .jpeg) | Instance | Gets a CIM instance that represents an occurrence of a WMI event. | 
| .jpeg) | MachineId | Gets the ID of the device that the event emanated from. | 
Methods
| Name | Description | |
|---|---|---|
| .jpeg) | Dispose() | Releases resources associated with this object. | 
| .jpeg) | Dispose(Boolean) | Releases resources associated with this object. | 
| .jpeg) | Equals(Object) | (Inherited from Object.) | 
| .jpeg) | Finalize() | (Inherited from Object.) | 
| .jpeg) | GetHashCode() | (Inherited from Object.) | 
| .jpeg) | GetType() | (Inherited from Object.) | 
| .jpeg) | MemberwiseClone() | (Inherited from Object.) | 
| .jpeg) | 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