コード例 #1
0
ファイル: Reference.cs プロジェクト: INNVTV/Sahara-Framework
 public System.Threading.Tasks.Task <AccountAdminSite.ApplicationLeadsService.DataAccessResponseType> RemoveLabelAsync(string accountNameKey, string labelName, string requesterId, AccountAdminSite.ApplicationLeadsService.RequesterType requesterType, string sharedClientKey)
 {
     return(base.Channel.RemoveLabelAsync(accountNameKey, labelName, requesterId, requesterType, sharedClientKey));
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: INNVTV/Sahara-Framework
 public AccountAdminSite.ApplicationLeadsService.DataAccessResponseType RemoveLabel(string accountNameKey, string labelName, string requesterId, AccountAdminSite.ApplicationLeadsService.RequesterType requesterType, string sharedClientKey)
 {
     return(base.Channel.RemoveLabel(accountNameKey, labelName, requesterId, requesterType, sharedClientKey));
 }