C# Class SkypeNet.Lib.Core.ThreadingExtensions

显示文件 Open project: sverrirs/SkypeNet

Public Methods

Method Description
InvokeThreadSafe ( this context, System.Action action ) : void

Method Details

InvokeThreadSafe() public static method

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