C# Class SkypeNet.Lib.Core.ThreadingExtensions

Datei anzeigen 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