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
System_CAPS_pubproperty Bookmark

Gets the sequence ID of the event. With this value, the client can re-consume the events, starting from the bookmark.

System_CAPS_pubproperty Instance

Gets a CIM instance that represents an occurrence of a WMI event.

System_CAPS_pubproperty MachineId

Gets the ID of the device that the event emanated from.

Methods

Name Description
System_CAPS_pubmethod Dispose()

Releases resources associated with this object.

System_CAPS_protmethod Dispose(Boolean)

Releases resources associated with this object.

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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