CHAOS.Portal.Client.Extensions.SessionExtension.Update C# (CSharp) Method

Update() public method

public Update ( ) : IServiceCallState>
return IServiceCallState>
		public IServiceCallState<PagedResult<Session>> Update()
		{
			return SetSessionUpdatingState(CallService<PagedResult<Session>>(HTTPMethod.POST));
		}