C# Class SfSdk.Response.LogoutResponse

The reponse type returned on SF.RespLogoutSuccess.
Triggered by action SF.ActLogout.
Inheritance: ResponseBase, ILogoutResponse
Mostrar archivo Open project: ebeeb/SfSdk

Public Methods

Method Description
LogoutResponse ( string args ) : SfSdk.Constants

Creates a new logout response.

Method Details

LogoutResponse() public method

Creates a new logout response.
public LogoutResponse ( string args ) : SfSdk.Constants
args string The response arguments.
return SfSdk.Constants