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

SetSessionUpdatingState() protected method

protected SetSessionUpdatingState ( IServiceCallState state ) : IServiceCallState>
state IServiceCallState
return IServiceCallState>
		protected IServiceCallState<PagedResult<Session>> SetSessionUpdatingState(IServiceCallState<PagedResult<Session>> state)
		{
			state.OperationCompleted += UpdateCompleted;
			return state;
		}