diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2022-07-26 12:07:17 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2022-07-26 12:07:17 +0300 |
| commit | 729aba268c416391525ba6a16347d24a59ec8f91 (patch) | |
| tree | 0ad35c212634b853078bb77b925370a2bb7dd1a1 /Software/Visual_Studio/PPC/Tango.PPC.Common/Web/PPCWebClientBase.cs | |
| parent | e564cbdf27ba9568d59d8cce9b26c60322821bec (diff) | |
| download | Tango-729aba268c416391525ba6a16347d24a59ec8f91.tar.gz Tango-729aba268c416391525ba6a16347d24a59ec8f91.zip | |
Version Tag Rescued from old PC.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/Web/PPCWebClientBase.cs')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.Common/Web/PPCWebClientBase.cs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/Web/PPCWebClientBase.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/Web/PPCWebClientBase.cs index ff972acb2..35150a9d6 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/Web/PPCWebClientBase.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/Web/PPCWebClientBase.cs @@ -131,6 +131,15 @@ namespace Tango.PPC.Common.Web } /// <summary> + /// Executes the GetTags action and returns Tango.PPC.Common.Web.GetTagsResponse. + /// </summary> + /// <returns></returns> + public Task<Tango.PPC.Common.Web.GetTagsResponse> GetTags(Tango.PPC.Common.Web.GetTagsRequest request) + { + return Post<Tango.PPC.Common.Web.GetTagsRequest, Tango.PPC.Common.Web.GetTagsResponse>("GetTags", request); + } + + /// <summary> /// Executes the UploadVersion action and returns Tango.PPC.Common.Web.UploadVersionResponse. /// </summary> /// <returns></returns> |
