trellow.api.Notifications.Internal.AsyncNotifications.AsyncNotifications C# (CSharp) Méthode

AsyncNotifications() public méthode

public AsyncNotifications ( IRequestClient restClient ) : System.Collections.Generic
restClient IRequestClient
Résultat System.Collections.Generic
		public AsyncNotifications(IRequestClient restClient)
		{
			_restClient = restClient;
		}