CloudTracing.RemoveTracingInterceptor Method (ICloudTracingInterceptor)

 

Removes a tracing interceptor from change notifications.

Namespace:   Microsoft.WindowsAzure.Common
Assembly:  Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)

public bool RemoveTracingInterceptor(
	ICloudTracingInterceptor interceptor
)

Parameters

interceptor
Type: Microsoft.WindowsAzure.ICloudTracingInterceptor

The tracing interceptor.

Return Value

Type: System.Boolean

true if the tracing interceptor was found and removed; otherwise, false.

Return to top
Show: