C# 클래스 ApplicationInsights.OwinExtensions.OperationIdContext

파일 보기 프로젝트 열기: marcinbudny/applicationinsights-owinextensions 1 사용 예제들

공개 메소드들

메소드 설명
Clear ( ) : void
Create ( ) : void
Get ( ) : string
Set ( string value ) : void
UseIdGenerationStrategy ( IIdGenerationStrategy strategy ) : void

메소드 상세

Clear() 공개 정적인 메소드

public static Clear ( ) : void
리턴 void

Create() 공개 정적인 메소드

public static Create ( ) : void
리턴 void

Get() 공개 정적인 메소드

public static Get ( ) : string
리턴 string

Set() 공개 정적인 메소드

public static Set ( string value ) : void
value string
리턴 void

UseIdGenerationStrategy() 공개 정적인 메소드

public static UseIdGenerationStrategy ( IIdGenerationStrategy strategy ) : void
strategy IIdGenerationStrategy
리턴 void