C# 클래스 SkypeNet.Lib.Core.ThreadingExtensions

파일 보기 프로젝트 열기: sverrirs/SkypeNet

공개 메소드들

메소드 설명
InvokeThreadSafe ( this context, System.Action action ) : void

메소드 상세

InvokeThreadSafe() 공개 정적인 메소드

public static InvokeThreadSafe ( this context, System.Action action ) : void
context this
action System.Action
리턴 void