Hi, I want to know SnapshotConnection.openRemote Application scenarios of function, #582
Answered
by
ramanujam-raman-zz
shenshengyi
asked this question in
Q&A
-
Hi, I want to know SnapshotConnection.openRemote Application scenarios of function |
Beta Was this translation helpful? Give feedback.
Answered by
ramanujam-raman-zz
Feb 2, 2021
Replies: 1 comment
-
The method is meant to be used if you have written a dedicated backend that hosts a snapshot of the iModel. This however is not done in any of the Bentley hosted backends. The more typical use is SnapshotConnection.openFile(), and this opens up a local copy of the snapshot. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ramanujam-raman-zz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The method is meant to be used if you have written a dedicated backend that hosts a snapshot of the iModel. This however is not done in any of the Bentley hosted backends.
The more typical use is SnapshotConnection.openFile(), and this opens up a local copy of the snapshot.