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

Contextual version of IConfigurationCallback for use with ISecurityControl.GetSecurity. More...

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

Public Member Functions

void OnReply (TC context, ISecurityConfiguration configuration)
 This is called to return the requested security configuration. 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 IConfigurationCallback for use with ISecurityControl.GetSecurity.

Template Parameters
TC

Member Function Documentation

void PushTechnology.ClientInterface.Client.Features.Control.Clients.SecurityControl.IConfigurationContextCallback< in TC >.OnReply ( TC  context,
ISecurityConfiguration  configuration 
)

This is called to return the requested security configuration.

Parameters
contextThe context object supplied when making the call.
configurationThe snapshot of information from the security store.

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