Rhino.ContinuationPending.SetApplicationState C# (CSharp) Method

SetApplicationState() public method

Store an arbitrary object that applications can use to associate their state with the continuation.
Store an arbitrary object that applications can use to associate their state with the continuation.
public SetApplicationState ( object applicationState ) : void
applicationState object arbitrary application state
return void
		public virtual void SetApplicationState(object applicationState)
		{
			this.applicationState = applicationState;
		}