trellow.api.Notifications.Internal.AsyncNotifications.WithId C# (CSharp) Метод

WithId() публичный Метод

public WithId ( string notificationId ) : Task
notificationId string
Результат Task
		public Task<Notification> WithId(string notificationId)
		{
			return _restClient.RequestAsync<Notification>(new NotificationsRequest(notificationId));
		}