C# Class TrakHound.API.Messages

Exibir arquivo Open project: TrakHound/TrakHound-Community

Public Methods

Method Description
Get ( UserConfiguration userConfig ) : List
Get ( UserConfiguration userConfig, List messageIds ) : List
Remove ( UserConfiguration userConfig ) : bool
Remove ( UserConfiguration userConfig, List messageInfos ) : bool
Send ( UserConfiguration userConfig, List messageInfos ) : bool
Update ( UserConfiguration userConfig, List messageInfos ) : bool

Method Details

Get() public static method

public static Get ( UserConfiguration userConfig ) : List
userConfig TrakHound.API.Users.UserConfiguration
return List

Get() public static method

public static Get ( UserConfiguration userConfig, List messageIds ) : List
userConfig TrakHound.API.Users.UserConfiguration
messageIds List
return List

Remove() public static method

public static Remove ( UserConfiguration userConfig ) : bool
userConfig TrakHound.API.Users.UserConfiguration
return bool

Remove() public static method

public static Remove ( UserConfiguration userConfig, List messageInfos ) : bool
userConfig TrakHound.API.Users.UserConfiguration
messageInfos List
return bool

Send() public static method

public static Send ( UserConfiguration userConfig, List messageInfos ) : bool
userConfig TrakHound.API.Users.UserConfiguration
messageInfos List
return bool

Update() public static method

public static Update ( UserConfiguration userConfig, List messageInfos ) : bool
userConfig TrakHound.API.Users.UserConfiguration
messageInfos List
return bool