C# Класс _3PA.Lib.User

Показать файл Открыть проект

Открытые методы

Метод Описание
Ping ( ) : void

This method pings a webservice deployed for 3P, it simply allows to do statistics on the number of users of the software

SendComment ( string message, string url ) : bool

Sends an comment to a given GITHUB issue url

Описание методов

Ping() публичный статический Метод

This method pings a webservice deployed for 3P, it simply allows to do statistics on the number of users of the software
public static Ping ( ) : void
Результат void

SendComment() публичный статический Метод

Sends an comment to a given GITHUB issue url
public static SendComment ( string message, string url ) : bool
message string
url string
Результат bool