RiaClientFilesTask.LogWarning Method (String)
[WCF RIA Services Version 1 Service Pack 2 is compatible with either .NET framework 4 or .NET Framework 4.5, and with either Silverlight 4 or Silverlight 5.]
Logs the specified message as a warning.
Namespace: Microsoft.ServiceModel.DomainServices.Tools
Assembly: Microsoft.ServiceModel.DomainServices.Tools (in Microsoft.ServiceModel.DomainServices.Tools.dll)
Syntax
'Declaration
Public Sub LogWarning ( _
message As String _
)
'Usage
Dim instance As RiaClientFilesTask
Dim message As String
instance.LogWarning(message)
public void LogWarning(
string message
)
public:
virtual void LogWarning(
String^ message
) sealed
abstract LogWarning :
message:string -> unit
override LogWarning :
message:string -> unit
public final function LogWarning(
message : String
)
Parameters
- message
Type: System.String
The message to log as a warning.