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






Message to display.
Indicates message color.
Sets the status message. It will display for 10 seconds.
Syntax
'Declaration
 
Public Overloads Sub SetStatusMessage( _
   ByVal message As System.String, _
   ByVal category As Microsoft.Practices.Composite.Logging.Category _
) 
'Usage
 
Dim instance As StatusMessagePresentationModel
Dim message As System.String
Dim category As Microsoft.Practices.Composite.Logging.Category
 
instance.SetStatusMessage(message, category)
public void SetStatusMessage( 
   System.string message,
   Microsoft.Practices.Composite.Logging.Category category
)
public procedure SetStatusMessage( 
    message: System.String;
    category: Microsoft.Practices.Composite.Logging.Category
); 
public function SetStatusMessage( 
   message : System.String,
   category : Microsoft.Practices.Composite.Logging.Category
);
public: void SetStatusMessage( 
   System.string* message,
   Microsoft.Practices.Composite.Logging.Category category
) 
public:
void SetStatusMessage( 
   System.String^ message,
   Microsoft.Practices.Composite.Logging.Category category
) 

Parameters

message
Message to display.
category
Indicates 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