RealTimeEndpointExtension.UnregisterForRegisterRequests(RealTimeEndpoint, TransactionCreatedEventHandler) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
[System::Runtime::CompilerServices::Extension]
static void UnregisterForRegisterRequests(Microsoft::Rtc::Signaling::RealTimeEndpoint ^ endpoint, Microsoft::Rtc::Internal::Sip::TransactionCreatedEventHandler ^ ProcessRegisterReceived);
public static void UnregisterForRegisterRequests (this Microsoft.Rtc.Signaling.RealTimeEndpoint endpoint, Microsoft.Rtc.Internal.Sip.TransactionCreatedEventHandler ProcessRegisterReceived);
static member UnregisterForRegisterRequests : Microsoft.Rtc.Signaling.RealTimeEndpoint * Microsoft.Rtc.Internal.Sip.TransactionCreatedEventHandler -> unit
<Extension()>
Public Sub UnregisterForRegisterRequests (endpoint As RealTimeEndpoint, ProcessRegisterReceived As TransactionCreatedEventHandler)
Parameters
- endpoint
- RealTimeEndpoint
- ProcessRegisterReceived
- Microsoft.Rtc.Internal.Sip.TransactionCreatedEventHandler