pmMDA.NET

IRemotingHandler.ContainsAll Method 

[This is preliminary documentation and subject to change.]

Returns whether a specified indexed property contains all specified items.

bool ContainsAll(
   Type ownerType,
   object ownerId,
   Type itemType,
   string fieldName,
   object[] itemIds
);

Parameters

ownerType
The type of the owner of the indexed property.
ownerId
The Id of the owner.
itemType
The item type of the indexed property.
fieldName
The name of the field which represents the indexed property.
itemIds
The identifiers of the items to locate.

Return Value

true if the specified items were found in the indexed property; otherwise, false.

See Also

IRemotingHandler Interface | PmMda.Net.Dog.Remoting Namespace