CHAOS.Portal.Client.Extensions.ASessionExtension.SetSessionDeletingState C# (CSharp) Method

SetSessionDeletingState() protected method

protected SetSessionDeletingState ( IServiceCallState state ) : IServiceCallState>
state IServiceCallState
return IServiceCallState>
		protected IServiceCallState<PagedResult<ScalarResult>> SetSessionDeletingState(IServiceCallState<PagedResult<ScalarResult>> state)
		{
			state.OperationCompleted += DeleteCompleted;
			return state;
		}