Method GetProfileInstances
GetProfileInstances(params ProfileInstance[])
Retrieves the profile instances matching any of the specified filters.
[Obsolete("Please use GetProfileInstancesWithFilter instead")]
public IEnumerable<ProfileInstance> GetProfileInstances(params ProfileInstance[] filters)
Parameters
filters
ProfileInstance[]The profile instance filters.
Returns
- IEnumerable<ProfileInstance>
The profile instances that match at least one of the specified filters.
Remarks
This method is obsolete from DataMiner 10.0.4 (RN 24552) onwards. Please use GetProfileInstancesWithFilter(FilterElement<ProfileInstance>) instead.
GetProfileInstances(GetProfileInstanceMessage, object)
Retrieve ProfileInstances, using a Message as input
[Obsolete("Please use GetProfileInstancesWithFilter instead.")]
public ProfileManagerResponseMessage GetProfileInstances(GetProfileInstanceMessage msg, object context = null)
Parameters
msg
GetProfileInstanceMessageGetProfileInstanceMessage to process
context
object
Returns
- ProfileManagerResponseMessage
ProfileManagerResponseMessage containing the objects requested.