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));
		}