Click or drag to resize

WikiLoggingHelperBeginActionScope(IWikiClientLoggable, Object, Object, String) Method

This is preliminary documentation and is subject to change.

[Missing <summary> documentation for "M:WikiClientLibrary.Infrastructures.Logging.WikiLoggingHelper.BeginActionScope(WikiClientLibrary.IWikiClientLoggable,System.Object,System.Object,System.String)"]


Namespace: WikiClientLibrary.Infrastructures.Logging
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.3+0a73c45f0c78941900e328c6c6b819597b665e00
Syntax
public static IDisposable BeginActionScope(
	this IWikiClientLoggable loggable,
	Object? target,
	Object param1,
	string? actionName = null
)

Parameters

loggable  IWikiClientLoggable

[Missing <param name="loggable"/> documentation for "M:WikiClientLibrary.Infrastructures.Logging.WikiLoggingHelper.BeginActionScope(WikiClientLibrary.IWikiClientLoggable,System.Object,System.Object,System.String)"]

target  Object

[Missing <param name="target"/> documentation for "M:WikiClientLibrary.Infrastructures.Logging.WikiLoggingHelper.BeginActionScope(WikiClientLibrary.IWikiClientLoggable,System.Object,System.Object,System.String)"]

param1  Object

[Missing <param name="param1"/> documentation for "M:WikiClientLibrary.Infrastructures.Logging.WikiLoggingHelper.BeginActionScope(WikiClientLibrary.IWikiClientLoggable,System.Object,System.Object,System.String)"]

actionName  String  (Optional)

[Missing <param name="actionName"/> documentation for "M:WikiClientLibrary.Infrastructures.Logging.WikiLoggingHelper.BeginActionScope(WikiClientLibrary.IWikiClientLoggable,System.Object,System.Object,System.String)"]

Return Value

IDisposable

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IWikiClientLoggable. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also