你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ServiceClientTracingInterceptor.EnterMethod Method

Definition

public void EnterMethod (string invocationId, object instance, string method, System.Collections.Generic.IDictionary<string,object> parameters);
abstract member EnterMethod : string * obj * string * System.Collections.Generic.IDictionary<string, obj> -> unit
override this.EnterMethod : string * obj * string * System.Collections.Generic.IDictionary<string, obj> -> unit
Public Sub EnterMethod (invocationId As String, instance As Object, method As String, parameters As IDictionary(Of String, Object))

Parameters

invocationId
String
instance
Object
method
String
parameters
IDictionary<String,Object>

Implements

Applies to