void RemoveObjectReferences( StorableObject[] pObjects )
void RemoveObjectReferences( array<StorableObject^>^ pObjects )
Parameters
| Parameter Name | Description |
|---|---|
| pObjects | List of objects, of which the references will be removed. |
void RemoveObjectReferences( StorableObject[] pObjects )
void RemoveObjectReferences( array<StorableObject^>^ pObjects )
| Parameter Name | Description |
|---|---|
| pObjects | List of objects, of which the references will be removed. |
| Exception | Description |
|---|---|
| System.ArgumentNullException | Thrown in case of missing parameters. |
| System.ArgumentException | Thrown in case of invalid arguments. |
| System.ApplicationException | The internal interface for place holders could not be created. |