Server.MyRemoteObject.getText C# (CSharp) Method

getText() public method

public getText ( ) : string
return string
		public override string getText ()
		{
			Thread.Sleep (5000);
			return "Narendra";
		}
	}