CoreUtil.Event.WaitAny C# (CSharp) 메소드

WaitAny() 공개 정적인 메소드

public static WaitAny ( Array events ) : bool
events Array
리턴 bool
		public static bool WaitAny(Event[] events)
		{
			return WaitAny(events, Infinite);
		}
		public static bool WaitAny(Event[] events, int millisecs)

Same methods

Event::WaitAny ( Array events, int millisecs ) : bool