Interlocked.Exchange Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Bir değişkeni, atomik işlem olarak belirtilen bir değere ayarlar.
Aşırı Yüklemeler
Exchange(UInt16, UInt16) |
16 bit imzalı tamsayıyı belirtilen bir değere ayarlar ve özgün değeri atomik işlem olarak döndürür. |
Exchange(UInt32, UInt32) |
32 bit işaretsiz tamsayıyı belirtilen bir değere ayarlar ve atomik işlem olarak özgün değeri döndürür. |
Exchange(Single, Single) |
Tek duyarlıklı kayan nokta sayısını belirtilen bir değere ayarlar ve özgün değeri atomik işlem olarak döndürür. |
Exchange(UIntPtr, UIntPtr) |
Platforma özgü tanıtıcıyı veya işaretçiyi belirtilen bir değere ayarlar ve özgün değeri atomik işlem olarak döndürür. |
Exchange(UInt64, UInt64) |
64 bit işaretsiz tamsayıyı belirtilen bir değere ayarlar ve özgün değeri atomik işlem olarak döndürür. |
Exchange(SByte, SByte) |
8 bit imzalı bir tamsayıyı belirtilen bir değere ayarlar ve özgün değeri atomik işlem olarak döndürür. |
Exchange(Byte, Byte) |
8 bit işaretsiz tamsayıyı belirtilen bir değere ayarlar ve özgün değeri atomik işlem olarak döndürür. |
Exchange(IntPtr, IntPtr) |
Platforma özgü tanıtıcıyı veya işaretçiyi belirtilen bir değere ayarlar ve özgün değeri atomik işlem olarak döndürür. |
Exchange(Int64, Int64) |
64 bit imzalı tamsayıyı belirtilen bir değere ayarlar ve özgün değeri atomik işlem olarak döndürür. |
Exchange(Int32, Int32) |
32 bit imzalı bir tamsayıyı belirtilen bir değere ayarlar ve özgün değeri atomik işlem olarak döndürür. |
Exchange(Int16, Int16) |
16 bit işaretsiz tamsayıyı belirtilen bir değere ayarlar ve özgün değeri atomik işlem olarak döndürür. |
Exchange(Double, Double) |
Çift duyarlıklı kayan nokta sayısını belirtilen bir değere ayarlar ve özgün değeri atomik işlem olarak döndürür. |
Exchange(Object, Object) |
Bir nesneyi belirtilen bir değere ayarlar ve atomik işlem olarak özgün nesneye başvuru döndürür. |
Exchange<T>(T, T) |
Belirtilen türdeki bir değişkeni |
Exchange(UInt16, UInt16)
Önemli
Bu API, CLS uyumlu değildir.
16 bit imzalı tamsayıyı belirtilen bir değere ayarlar ve özgün değeri atomik işlem olarak döndürür.
public:
static System::UInt16 Exchange(System::UInt16 % location1, System::UInt16 value);
[System.CLSCompliant(false)]
public static ushort Exchange (ref ushort location1, ushort value);
[<System.CLSCompliant(false)>]
static member Exchange : uint16 * uint16 -> uint16
Public Shared Function Exchange (ByRef location1 As UShort, value As UShort) As UShort
Parametreler
- location1
- UInt16
Belirtilen değere ayarlanacağı değişken.
- value
- UInt16
location1
parametresinin ayarlandığı değer.
Döndürülenler
location1
özgün değeri.
- Öznitelikler
Özel durumlar
konum1'in adresi bir null
işaretçisidir.
Şunlara uygulanır
Exchange(UInt32, UInt32)
- Kaynak:
- Interlocked.cs
- Kaynak:
- Interlocked.cs
- Kaynak:
- Interlocked.cs
Önemli
Bu API, CLS uyumlu değildir.
32 bit işaretsiz tamsayıyı belirtilen bir değere ayarlar ve atomik işlem olarak özgün değeri döndürür.
public:
static System::UInt32 Exchange(System::UInt32 % location1, System::UInt32 value);
[System.CLSCompliant(false)]
public static uint Exchange (ref uint location1, uint value);
[<System.CLSCompliant(false)>]
static member Exchange : uint32 * uint32 -> uint32
Public Shared Function Exchange (ByRef location1 As UInteger, value As UInteger) As UInteger
Parametreler
- location1
- UInt32
Belirtilen değere ayarlanacağı değişken.
- value
- UInt32
location1
parametresinin ayarlandığı değer.
Döndürülenler
location1
özgün değeri.
- Öznitelikler
Özel durumlar
location1
adresi bir null
işaretçisidir.
Şunlara uygulanır
Exchange(Single, Single)
- Kaynak:
- Interlocked.cs
- Kaynak:
- Interlocked.cs
- Kaynak:
- Interlocked.cs
Tek duyarlıklı kayan nokta sayısını belirtilen bir değere ayarlar ve özgün değeri atomik işlem olarak döndürür.
public:
static float Exchange(float % location1, float value);
public static float Exchange (ref float location1, float value);
static member Exchange : single * single -> single
Public Shared Function Exchange (ByRef location1 As Single, value As Single) As Single
Parametreler
- location1
- Single
Belirtilen değere ayarlanacağı değişken.
- value
- Single
location1
parametresinin ayarlandığı değer.
Döndürülenler
location1
özgün değeri.
Özel durumlar
location1
adresi bir null
işaretçisidir.
Ayrıca bkz.
- yönetilen iş parçacığı
- Eşitleme temel bilgilerine genel bakış
Şunlara uygulanır
Exchange(UIntPtr, UIntPtr)
- Kaynak:
- Interlocked.cs
- Kaynak:
- Interlocked.cs
- Kaynak:
- Interlocked.cs
Önemli
Bu API, CLS uyumlu değildir.
Platforma özgü tanıtıcıyı veya işaretçiyi belirtilen bir değere ayarlar ve özgün değeri atomik işlem olarak döndürür.
public:
static UIntPtr Exchange(UIntPtr % location1, UIntPtr value);
[System.CLSCompliant(false)]
public static UIntPtr Exchange (ref UIntPtr location1, UIntPtr value);
[<System.CLSCompliant(false)>]
static member Exchange : unativeint * unativeint -> unativeint
Public Shared Function Exchange (ByRef location1 As UIntPtr, value As UIntPtr) As UIntPtr
Parametreler
- location1
-
UIntPtr
unativeint
Belirtilen değere ayarlanacağı değişken.
- value
-
UIntPtr
unativeint
location1
parametresinin ayarlandığı değer.
Döndürülenler
unativeint
location1
özgün değeri.
- Öznitelikler
Özel durumlar
location1
adresi bir null
işaretçisidir.
Şunlara uygulanır
Exchange(UInt64, UInt64)
- Kaynak:
- Interlocked.cs
- Kaynak:
- Interlocked.cs
- Kaynak:
- Interlocked.cs
Önemli
Bu API, CLS uyumlu değildir.
64 bit işaretsiz tamsayıyı belirtilen bir değere ayarlar ve özgün değeri atomik işlem olarak döndürür.
public:
static System::UInt64 Exchange(System::UInt64 % location1, System::UInt64 value);
[System.CLSCompliant(false)]
public static ulong Exchange (ref ulong location1, ulong value);
[<System.CLSCompliant(false)>]
static member Exchange : uint64 * uint64 -> uint64
Public Shared Function Exchange (ByRef location1 As ULong, value As ULong) As ULong
Parametreler
- location1
- UInt64
Belirtilen değere ayarlanacağı değişken.
- value
- UInt64
location1
parametresinin ayarlandığı değer.
Döndürülenler
location1
özgün değeri.
- Öznitelikler
Özel durumlar
location1
adresi bir null
işaretçisidir.
Şunlara uygulanır
Exchange(SByte, SByte)
Önemli
Bu API, CLS uyumlu değildir.
8 bit imzalı bir tamsayıyı belirtilen bir değere ayarlar ve özgün değeri atomik işlem olarak döndürür.
public:
static System::SByte Exchange(System::SByte % location1, System::SByte value);
[System.CLSCompliant(false)]
public static sbyte Exchange (ref sbyte location1, sbyte value);
[<System.CLSCompliant(false)>]
static member Exchange : sbyte * sbyte -> sbyte
Public Shared Function Exchange (ByRef location1 As SByte, value As SByte) As SByte
Parametreler
- location1
- SByte
Belirtilen değere ayarlanacağı değişken.
- value
- SByte
location1
parametresinin ayarlandığı değer.
Döndürülenler
location1
özgün değeri.
- Öznitelikler
Özel durumlar
konum1'in adresi bir null
işaretçisidir.
Şunlara uygulanır
Exchange(Byte, Byte)
8 bit işaretsiz tamsayıyı belirtilen bir değere ayarlar ve özgün değeri atomik işlem olarak döndürür.
public:
static System::Byte Exchange(System::Byte % location1, System::Byte value);
public static byte Exchange (ref byte location1, byte value);
static member Exchange : byte * byte -> byte
Public Shared Function Exchange (ByRef location1 As Byte, value As Byte) As Byte
Parametreler
- location1
- Byte
Belirtilen değere ayarlanacağı değişken.
- value
- Byte
location1
parametresinin ayarlandığı değer.
Döndürülenler
location1
özgün değeri.
Özel durumlar
konum1'in adresi bir null
işaretçisidir.
Şunlara uygulanır
Exchange(IntPtr, IntPtr)
- Kaynak:
- Interlocked.cs
- Kaynak:
- Interlocked.cs
- Kaynak:
- Interlocked.cs
Platforma özgü tanıtıcıyı veya işaretçiyi belirtilen bir değere ayarlar ve özgün değeri atomik işlem olarak döndürür.
public:
static IntPtr Exchange(IntPtr % location1, IntPtr value);
public static IntPtr Exchange (ref IntPtr location1, IntPtr value);
static member Exchange : nativeint * nativeint -> nativeint
Public Shared Function Exchange (ByRef location1 As IntPtr, value As IntPtr) As IntPtr
Parametreler
- location1
-
IntPtr
nativeint
Belirtilen değere ayarlanacağı değişken.
- value
-
IntPtr
nativeint
location1
parametresinin ayarlandığı değer.
Döndürülenler
nativeint
location1
özgün değeri.
Özel durumlar
location1
adresi bir null
işaretçisidir.
Ayrıca bkz.
- yönetilen iş parçacığı
- Eşitleme temel bilgilerine genel bakış
Şunlara uygulanır
Exchange(Int64, Int64)
- Kaynak:
- Interlocked.cs
- Kaynak:
- Interlocked.cs
- Kaynak:
- Interlocked.CoreCLR.cs
64 bit imzalı tamsayıyı belirtilen bir değere ayarlar ve özgün değeri atomik işlem olarak döndürür.
public:
static long Exchange(long % location1, long value);
public static long Exchange (ref long location1, long value);
static member Exchange : int64 * int64 -> int64
Public Shared Function Exchange (ByRef location1 As Long, value As Long) As Long
Parametreler
- location1
- Int64
Belirtilen değere ayarlanacağı değişken.
- value
- Int64
location1
parametresinin ayarlandığı değer.
Döndürülenler
location1
özgün değeri.
Özel durumlar
location1
adresi bir null
işaretçisidir.
Ayrıca bkz.
- yönetilen iş parçacığı
- Eşitleme temel bilgilerine genel bakış
Şunlara uygulanır
Exchange(Int32, Int32)
- Kaynak:
- Interlocked.cs
- Kaynak:
- Interlocked.cs
- Kaynak:
- Interlocked.CoreCLR.cs
32 bit imzalı bir tamsayıyı belirtilen bir değere ayarlar ve özgün değeri atomik işlem olarak döndürür.
public:
static int Exchange(int % location1, int value);
public static int Exchange (ref int location1, int value);
static member Exchange : int * int -> int
Public Shared Function Exchange (ByRef location1 As Integer, value As Integer) As Integer
Parametreler
- location1
- Int32
Belirtilen değere ayarlanacağı değişken.
- value
- Int32
location1
parametresinin ayarlandığı değer.
Döndürülenler
location1
özgün değeri.
Özel durumlar
location1
adresi bir null
işaretçisidir.
location1
adresi bir null
işaretçisidir.
Örnekler
Aşağıdaki kod örneğinde iş parçacığı güvenli bir kaynak kilitleme mekanizması gösterilmektedir.
using namespace System;
using namespace System::Threading;
const int numThreads = 10;
const int numThreadIterations = 5;
ref class MyInterlockedExchangeExampleClass
{
public:
static void MyThreadProc()
{
for ( int i = 0; i < numThreadIterations; i++ )
{
UseResource();
//Wait 1 second before next attempt.
Thread::Sleep( 1000 );
}
}
private:
//A simple method that denies reentrancy.
static bool UseResource()
{
//0 indicates that the method is not in use.
if ( 0 == Interlocked::Exchange( usingResource, 1 ) )
{
Console::WriteLine( " {0} acquired the lock", Thread::CurrentThread->Name );
//Code to access a resource that is not thread safe would go here.
//Simulate some work
Thread::Sleep( 500 );
Console::WriteLine( " {0} exiting lock", Thread::CurrentThread->Name );
//Release the lock
Interlocked::Exchange( usingResource, 0 );
return true;
}
else
{
Console::WriteLine( " {0} was denied the lock", Thread::CurrentThread->Name );
return false;
}
}
//0 for false, 1 for true.
static int usingResource;
};
int main()
{
Thread^ myThread;
Random^ rnd = gcnew Random;
for ( int i = 0; i < numThreads; i++ )
{
myThread = gcnew Thread( gcnew ThreadStart( MyInterlockedExchangeExampleClass::MyThreadProc ) );
myThread->Name = String::Format( "Thread {0}", i + 1 );
//Wait a random amount of time before starting next thread.
Thread::Sleep( rnd->Next( 0, 1000 ) );
myThread->Start();
}
}
using System;
using System.Threading;
namespace InterlockedExchange_Example
{
class MyInterlockedExchangeExampleClass
{
//0 for false, 1 for true.
private static int usingResource = 0;
private const int numThreadIterations = 5;
private const int numThreads = 10;
static void Main()
{
Thread myThread;
Random rnd = new Random();
for(int i = 0; i < numThreads; i++)
{
myThread = new Thread(new ThreadStart(MyThreadProc));
myThread.Name = String.Format("Thread{0}", i + 1);
//Wait a random amount of time before starting next thread.
Thread.Sleep(rnd.Next(0, 1000));
myThread.Start();
}
}
private static void MyThreadProc()
{
for(int i = 0; i < numThreadIterations; i++)
{
UseResource();
//Wait 1 second before next attempt.
Thread.Sleep(1000);
}
}
//A simple method that denies reentrancy.
static bool UseResource()
{
//0 indicates that the method is not in use.
if(0 == Interlocked.Exchange(ref usingResource, 1))
{
Console.WriteLine("{0} acquired the lock", Thread.CurrentThread.Name);
//Code to access a resource that is not thread safe would go here.
//Simulate some work
Thread.Sleep(500);
Console.WriteLine("{0} exiting lock", Thread.CurrentThread.Name);
//Release the lock
Interlocked.Exchange(ref usingResource, 0);
return true;
}
else
{
Console.WriteLine(" {0} was denied the lock", Thread.CurrentThread.Name);
return false;
}
}
}
}
Imports System.Threading
Namespace InterlockedExchange_Example
Class MyInterlockedExchangeExampleClass
'0 for false, 1 for true.
Private Shared usingResource As Integer = 0
Private Const numThreadIterations As Integer = 5
Private Const numThreads As Integer = 10
<MTAThread> _
Shared Sub Main()
Dim myThread As Thread
Dim rnd As New Random()
Dim i As Integer
For i = 0 To numThreads - 1
myThread = New Thread(AddressOf MyThreadProc)
myThread.Name = String.Format("Thread{0}", i + 1)
'Wait a random amount of time before starting next thread.
Thread.Sleep(rnd.Next(0, 1000))
myThread.Start()
Next i
End Sub
Private Shared Sub MyThreadProc()
Dim i As Integer
For i = 0 To numThreadIterations - 1
UseResource()
'Wait 1 second before next attempt.
Thread.Sleep(1000)
Next i
End Sub
'A simple method that denies reentrancy.
Shared Function UseResource() As Boolean
'0 indicates that the method is not in use.
If 0 = Interlocked.Exchange(usingResource, 1) Then
Console.WriteLine("{0} acquired the lock", Thread.CurrentThread.Name)
'Code to access a resource that is not thread safe would go here.
'Simulate some work
Thread.Sleep(500)
Console.WriteLine("{0} exiting lock", Thread.CurrentThread.Name)
'Release the lock
Interlocked.Exchange(usingResource, 0)
Return True
Else
Console.WriteLine(" {0} was denied the lock", Thread.CurrentThread.Name)
Return False
End If
End Function
End Class
End Namespace
Ayrıca bkz.
- yönetilen iş parçacığı
- Eşitleme temel bilgilerine genel bakış
Şunlara uygulanır
Exchange(Int16, Int16)
16 bit işaretsiz tamsayıyı belirtilen bir değere ayarlar ve özgün değeri atomik işlem olarak döndürür.
public:
static short Exchange(short % location1, short value);
public static short Exchange (ref short location1, short value);
static member Exchange : int16 * int16 -> int16
Public Shared Function Exchange (ByRef location1 As Short, value As Short) As Short
Parametreler
- location1
- Int16
Belirtilen değere ayarlanacağı değişken.
- value
- Int16
location1
parametresinin ayarlandığı değer.
Döndürülenler
location1
özgün değeri.
Özel durumlar
konum1'in adresi bir null
işaretçisidir.
Şunlara uygulanır
Exchange(Double, Double)
- Kaynak:
- Interlocked.cs
- Kaynak:
- Interlocked.cs
- Kaynak:
- Interlocked.cs
Çift duyarlıklı kayan nokta sayısını belirtilen bir değere ayarlar ve özgün değeri atomik işlem olarak döndürür.
public:
static double Exchange(double % location1, double value);
public static double Exchange (ref double location1, double value);
static member Exchange : double * double -> double
Public Shared Function Exchange (ByRef location1 As Double, value As Double) As Double
Parametreler
- location1
- Double
Belirtilen değere ayarlanacağı değişken.
- value
- Double
location1
parametresinin ayarlandığı değer.
Döndürülenler
location1
özgün değeri.
Özel durumlar
location1
adresi bir null
işaretçisidir.
Ayrıca bkz.
- yönetilen iş parçacığı
- Eşitleme temel bilgilerine genel bakış
Şunlara uygulanır
Exchange(Object, Object)
- Kaynak:
- Interlocked.cs
- Kaynak:
- Interlocked.cs
- Kaynak:
- Interlocked.CoreCLR.cs
Bir nesneyi belirtilen bir değere ayarlar ve atomik işlem olarak özgün nesneye başvuru döndürür.
public:
static System::Object ^ Exchange(System::Object ^ % location1, System::Object ^ value);
public static object Exchange (ref object location1, object value);
public static object? Exchange (ref object? location1, object? value);
static member Exchange : obj * obj -> obj
Public Shared Function Exchange (ByRef location1 As Object, value As Object) As Object
Parametreler
- location1
- Object
Belirtilen değere ayarlanacağı değişken.
- value
- Object
location1
parametresinin ayarlandığı değer.
Döndürülenler
location1
özgün değeri.
Özel durumlar
location1
adresi bir null
işaretçisidir.
location1
adresi bir null
işaretçisidir.
Açıklamalar
Önemli
.NET Framework 2.0 ile başlayarak, Exchange<T>(T, T) yöntemi aşırı yüklemesi başvuru türleri için tür açısından güvenli bir alternatif sağlar. Bu aşırı yükleme yerine çağırmanızı öneririz.
Ayrıca bkz.
- yönetilen iş parçacığı
- Eşitleme temel bilgilerine genel bakış
Şunlara uygulanır
Exchange<T>(T, T)
- Kaynak:
- Interlocked.CoreCLR.cs
- Kaynak:
- Interlocked.CoreCLR.cs
- Kaynak:
- Interlocked.CoreCLR.cs
Belirtilen türdeki bir değişkeni T
belirtilen bir değere ayarlar ve özgün değeri atomik işlem olarak döndürür.
public:
generic <typename T>
where T : class static T Exchange(T % location1, T value);
public static T Exchange<T> (ref T location1, T value) where T : class;
[System.Runtime.InteropServices.ComVisible(false)]
public static T Exchange<T> (ref T location1, T value) where T : class;
static member Exchange : 'T * 'T -> 'T (requires 'T : null)
[<System.Runtime.InteropServices.ComVisible(false)>]
static member Exchange : 'T * 'T -> 'T (requires 'T : null)
Public Shared Function Exchange(Of T As Class) (ByRef location1 As T, value As T) As T
Tür Parametreleri
- T
location1
ve value
için kullanılacak tür. Bu tür bir başvuru türü olmalıdır.
Parametreler
- location1
- T
Belirtilen değere ayarlanacağı değişken. Bu bir başvuru parametresidir (C# dilinderef
, Visual Basic'te ByRef
).
- value
- T
location1
parametresinin ayarlandığı değer.
Döndürülenler
location1
özgün değeri.
- Öznitelikler
Özel durumlar
location1
adresi bir null
işaretçisidir.
Desteklenmeyen bir T
belirtildi.
Açıklamalar
Bu yöntem yalnızca başvuru türlerini destekler. Int32, Int64, IntPtr, Singleve Double değer türleri için Exchange yönteminin aşırı yüklemeleri vardır, ancak diğer değer türleri için destek yoktur.
Not
Bu yöntem aşırı yüklemesi, hedef nesnesine geç bağlanan erişim gerektirdiğinden Exchange(Object, Object) yöntemi aşırı yüklemesine tercih edilir.