Diffusion .NET Client Library  6.1.5
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
PushTechnology.ClientInterface.Client.Features.Control.Clients.IUpdateStoreContextCallback< in TC > Interface Template Reference

Contextual version of IUpdateStoreCallback. More...

Inheritance diagram for PushTechnology.ClientInterface.Client.Features.Control.Clients.IUpdateStoreContextCallback< in TC >:
PushTechnology.ClientInterface.Client.Callbacks.IContextCallback< in TContext >

Public Member Functions

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

Detailed Description

Contextual version of IUpdateStoreCallback.

Attaches an arbitrary context object to callback notifications.

Template Parameters
TCThe context type. See ISystemAuthenticationControl.GetSystemAuthentication

.

Member Function Documentation

void PushTechnology.ClientInterface.Client.Features.Control.Clients.IUpdateStoreContextCallback< in TC >.OnRejected ( TC  context,
ICollection< IErrorReport errors 
)

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

Parameters
contextThe context object supplied when making the call.
errorsThe detail of why the script was rejected.
void PushTechnology.ClientInterface.Client.Features.Control.Clients.IUpdateStoreContextCallback< in TC >.OnSuccess ( TC  context)

The script was applied successfully.

Parameters
contextThe context object supplied when making the call.

.


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