C# Класс SfSdk.Request.SfRequest

Helps to build requests against S&F servers easier.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ExecuteAsync ( IRequestSource source, string sessionId, SF action, IEnumerable args = null ) : Task

Executes the SfRequest asynchronously.

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

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

Executes the SfRequest asynchronously.
When source or sessionId is null. When sessionId has not a length of 32.
public ExecuteAsync ( IRequestSource source, string sessionId, SF action, IEnumerable args = null ) : Task
source IRequestSource The addressed request source, which should be an instance of type in usual cases.
sessionId string A valid session ID, with the length of 32. is used for logging in.
action SF The action which shall be executed. See which start with "Act".
args IEnumerable Additional arguments like e.g. the search string for searches or the user credentials for logging in.
Результат Task