XPObjectSpace.GetObjectByKeyAsync Method
Name | Parameters | Description |
---|---|---|
GetObjectByKeyAsync(Type, Object, CancellationToken) | objectType, key, cancellationToken | Returns the persistent object that has the specified value for its key property. |
GetObjectByKeyAsync<ObjectType>(Object, CancellationToken) | key, cancellationToken | Returns the persistent object that has the specified value for its key property. |