ArcFM Responder Mobile Developer Guide
SetStatusMessage(String,Int32,Category) Method






Message to display.
Milliseconds.
Indicates the message color.
Sets the status message. It will display for indicated time to display.
Syntax
'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
) 

Parameters

message
Message to display.
timeToDisplay
Milliseconds.
category
Indicates the message color.
Requirements

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

See Also

Reference

StatusMessagePresentationModel Class
StatusMessagePresentationModel Members
Overload List

Send Feedback