Diffusion .NET Client Library  6.1.5
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
PushTechnology.ClientInterface.Client.Features.Control.Clients.SecurityControl.IUpdateStoreCallback Interface Reference

The callback interface for ISecurityStoreFeature.UpdateStore. More...

Inheritance diagram for PushTechnology.ClientInterface.Client.Features.Control.Clients.SecurityControl.IUpdateStoreCallback:
PushTechnology.ClientInterface.Client.Callbacks.ICallback

Public Member Functions

void OnSuccess ()
 The script was applied successfully. More...
 
void OnRejected (ICollection< IErrorReport > errors)
 The script was rejected. No changes were made to the security store. More...
 
- Public Member Functions inherited from PushTechnology.ClientInterface.Client.Callbacks.ICallback
void OnError (ErrorReason errorReason)
 Notification of a contextual error related to this callback. More...
 

Detailed Description

The callback interface for ISecurityStoreFeature.UpdateStore.

Member Function Documentation

void PushTechnology.ClientInterface.Client.Features.Control.Clients.SecurityControl.IUpdateStoreCallback.OnRejected ( ICollection< IErrorReport errors)

The script was rejected. No changes were made to the security store.

Parameters
errorsThe detail of why the script was rejected.
void PushTechnology.ClientInterface.Client.Features.Control.Clients.SecurityControl.IUpdateStoreCallback.OnSuccess ( )

The script was applied successfully.


The documentation for this interface was generated from the following file: