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

WithId() public method

public WithId ( string notificationId ) : Task
notificationId string
return Task
		public Task<Notification> WithId(string notificationId)
		{
			return _restClient.RequestAsync<Notification>(new NotificationsRequest(notificationId));
		}