The 'VaultServerDataPushOperations' class is an interface for establishing a communication channel to M-Files server that enables the server data push.
CloneVaultForServerDataPush | Creates a clone of the vault object and registers a data push sink to trigger only for the methods that are used with the cloned vault. |
SendCancel | Informs the server that the client wants to cancel the operation. |
SendError | Informs the server that an error occurred in the client operation. |
SendHeartbeat | Informs the server that the client will provide a response later. |
SendResponse | Sends a response to the server request. |
SetServerDataPushSink | Registers a client listener to receive server data push notifications. |