Server.MyRemoteObject.getValue C# (CSharp) Method

getValue() public method

public getValue ( ) : int
return int
		public override int getValue ()
		{
			return mValue;
		}