Match.Synchronized メソッド
指定されたオブジェクトと等価であり、かつ複数のスレッド間での共有に適した Match インスタンスを返します。
Public Shared Function Synchronized( _
ByVal inner As Match _) As Match
[C#]
public static Match Synchronized(Matchinner);
[C++]
public: static Match* Synchronized(Match* inner);
[JScript]
public static function Synchronized(
inner : Match) : Match;
パラメータ
- inner
返されるインスタンスと等価の Match インスタンス。
戻り値
指定されたオブジェクトと等価であり、かつ複数のスレッド間での共有に適した Match インスタンス。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET