RequestBase.GetActivityName Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the activity name, which refers to both the interface name and method name.
public abstract string GetActivityName ();
abstract member GetActivityName : unit -> string
Public MustOverride Function GetActivityName () As String