System::Threading::SynchronizationContext::get_Current मेथड

SynchronizationContext::get_Current method

वर्तमान थ्रेड के लिए सिंक्रनाइज़ेशन कॉन्टेक्स्ट प्राप्त करता है।

static const SharedPtr<SynchronizationContext> & System::Threading::SynchronizationContext::get_Current()

ReturnValue

SharedPtr A shared pointer to the current thread’s synchronization context.

टिप्पणियाँ

यदि वर्तमान थ्रेड के लिए कोई सिंक्रोनाइज़ेशन कॉन्टेक्स्ट सेट नहीं किया गया है तो null लौटाता है।

संबंधित देखें