trellow.api.Notifications.Internal.AsyncNotifications.AsyncNotifications C# (CSharp) 메소드

AsyncNotifications() 공개 메소드

public AsyncNotifications ( IRequestClient restClient ) : System.Collections.Generic
restClient IRequestClient
리턴 System.Collections.Generic
		public AsyncNotifications(IRequestClient restClient)
		{
			_restClient = restClient;
		}