trellow.api.Notifications.Internal.AsyncNotifications.AsyncNotifications C# (CSharp) Method

AsyncNotifications() public method

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