TaskLoggingHelper.GetResourceMessage(String) Method

Definition

Get the message from resource in task library. Thread safe.

public:
 virtual System::String ^ GetResourceMessage(System::String ^ resourceName);
public virtual string GetResourceMessage (string resourceName);
abstract member GetResourceMessage : string -> string
override this.GetResourceMessage : string -> string
Public Overridable Function GetResourceMessage (resourceName As String) As String

Parameters

resourceName
String

The resource name.

Returns

The message from resource.

Applies to