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

Contextual version of IConfigurationCallback. More...

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

Public Member Functions

void OnReply (TC context, ISystemAuthenticationConfiguration systemAuthenticationConfiguration)
 This called to return the requested system authentication 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.

Attaches an arbitrary context object to callback notifications.

Template Parameters
TCThe context type.

Member Function Documentation

void PushTechnology.ClientInterface.Client.Features.Control.Clients.IConfigurationContextCallback< in TC >.OnReply ( TC  context,
ISystemAuthenticationConfiguration  systemAuthenticationConfiguration 
)

This called to return the requested system authentication configuration.

Parameters
contextThe context object supplied when making the call.
systemAuthenticationConfigurationThe snapshot of information from the system authentication store.

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