ExitResolutionContext() 개인적인 메소드

private ExitResolutionContext ( Burden burden, bool trackContext ) : void
burden Burden
trackContext bool
리턴 void
예제 #1
0
 public void Dispose()
 {
     context.ExitResolutionContext(burden, trackContext);
 }