C# Class Catbert4.Services.Wcf.MessageService

Inheritance: IMessageService
ファイルを表示 Open project: ucdavis/Catbert

Public Methods

Method Description
GetMessages ( string appName ) : Catbert4.Services.Wcf.ServiceMessage[]

Get the current message for a given application, as well as system wide messages.

Method Details

GetMessages() public method

Get the current message for a given application, as well as system wide messages.
public GetMessages ( string appName ) : Catbert4.Services.Wcf.ServiceMessage[]
appName string
return Catbert4.Services.Wcf.ServiceMessage[]