Miner.Mobile.Common.Status Namespace > StatusMessagePresentationModel Class > SetStatusMessage Method : SetStatusMessage(String,Int32,Category) Method |
'Declaration
Public Overloads Sub SetStatusMessage( _ ByVal message As System.String, _ ByVal timeToDisplay As System.Integer, _ ByVal category As Microsoft.Practices.Composite.Logging.Category _ )
'Usage
Dim instance As StatusMessagePresentationModel Dim message As System.String Dim timeToDisplay As System.Integer Dim category As Microsoft.Practices.Composite.Logging.Category instance.SetStatusMessage(message, timeToDisplay, category)
public void SetStatusMessage( System.string message, System.int timeToDisplay, Microsoft.Practices.Composite.Logging.Category category )
public procedure SetStatusMessage( message: System.String; timeToDisplay: System.Integer; category: Microsoft.Practices.Composite.Logging.Category );
public function SetStatusMessage( message : System.String, timeToDisplay : System.int, category : Microsoft.Practices.Composite.Logging.Category );
public: void SetStatusMessage( System.string* message, System.int timeToDisplay, Microsoft.Practices.Composite.Logging.Category category )
public: void SetStatusMessage( System.String^ message, System.int timeToDisplay, Microsoft.Practices.Composite.Logging.Category category )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2