Functions
Function |
Description |
CimReference Create(Uri resourceUri, XmlElement resource) |
Creates a new instance of a resource and returns the URI of the new object |
void Delete(Uri resourceUri, IEnumerable<Key> selectors) |
Delete the resource specified in the resource URI (Only if one instance of the object exists) |
void Delete(CimReference reference); |
Delete the resource specified in the resource URI (Only if one instance of the object exists) |
XmlElement[] Enumerate(Uri resourceUri, IEnumerable<Key> selectors) |
Enumerate a resource |
XmlElement[] Enumerate(Uri resourceUri, IEnumerable<Key> selectors, EnumerationOptions options) |
Enumerate a resource |
XmlElement Get(Uri resourceUri, IEnumerable<Key> selectors) |
Retrieves the resource specified by 'resource' and returns an XML representation of the current instance of the resource. |
XmlElement Get(CimReference resource) |
Retrieves the resource specified by 'resource' and returns an XML representation of the current instance of the resource. |
XmlElement Invoke(Uri resourceUri, Uri actionUri, XmlElement request, IEnumerable<Key> selectors) |
Invokes a method. |
void Put(Uri resourceUri, XmlElement content, IEnumerable<Key> selectors) |
Update a resource. |
XmlElement Subscribe(Uri resourceUri, SubscribeInfo info) |
Subscribe to specified event. |
void Unsubscribe(Uri resourceUri, IEnumerable<Key> selectors) |
Unsubscribe to specified event |
XmlElement Identify(); |
XmlElement which represent the identify |
Properties
Function |
Description |
ConnectionInfo Connection [get, set] |
Represents the connection information. |
Copyright © 2006-2022, Intel Corporation. All rights reserved. |