C# 클래스 Microsoft.Identity.Client.Internal.ClientMetrics

파일 보기 프로젝트 열기: AzureAD/microsoft-authentication-library-for-dotnet 1 사용 예제들

공개 메소드들

메소드 설명
BeginClientMetricsRecord ( CallState callState ) : void
EndClientMetricsRecord ( string endpoint, CallState callState ) : void
GetPreviousRequestRecord ( CallState callState ) : string>.Dictionary
SetLastError ( string errorCodes ) : void

비공개 메소드들

메소드 설명
GetClientMetricsParameters ( ) : string>.Dictionary

메소드 상세

BeginClientMetricsRecord() 공개 메소드

public BeginClientMetricsRecord ( CallState callState ) : void
callState CallState
리턴 void

EndClientMetricsRecord() 공개 메소드

public EndClientMetricsRecord ( string endpoint, CallState callState ) : void
endpoint string
callState CallState
리턴 void

GetPreviousRequestRecord() 공개 메소드

public GetPreviousRequestRecord ( CallState callState ) : string>.Dictionary
callState CallState
리턴 string>.Dictionary

SetLastError() 공개 메소드

public SetLastError ( string errorCodes ) : void
errorCodes string
리턴 void