Server.MyRemoteObject.getText C# (CSharp) 메소드

getText() 공개 메소드

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