C# Class CHAOS.Portal.Client.Extensions.ASessionExtension

Inheritance: AExtension, ISessionChangingExtension
Show file Open project: CHAOS-Community/CHAOS.Portal.Client-.NET

Protected Methods

Method Description
SetSessionDeletingState ( IServiceCallState state ) : IServiceCallState>
SetSessionUpdatingState ( IServiceCallState state ) : IServiceCallState>

Private Methods

Method Description
DeleteCompleted ( object sender, DataEventArgs e ) : void
UpdateCompleted ( object sender, DataEventArgs e ) : void

Method Details

SetSessionDeletingState() protected method

protected SetSessionDeletingState ( IServiceCallState state ) : IServiceCallState>
state IServiceCallState
return IServiceCallState>

SetSessionUpdatingState() protected method

protected SetSessionUpdatingState ( IServiceCallState state ) : IServiceCallState>
state IServiceCallState
return IServiceCallState>