Call.HandleForwardReceived(CallForwardReceivedEventArgs) 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.
Handles a forwarding event in a class derived from the call class.
protected:
virtual void HandleForwardReceived(Microsoft::Rtc::Collaboration::CallForwardReceivedEventArgs ^ e);
protected virtual void HandleForwardReceived (Microsoft.Rtc.Collaboration.CallForwardReceivedEventArgs e);
abstract member HandleForwardReceived : Microsoft.Rtc.Collaboration.CallForwardReceivedEventArgs -> unit
override this.HandleForwardReceived : Microsoft.Rtc.Collaboration.CallForwardReceivedEventArgs -> unit
Protected Overridable Sub HandleForwardReceived (e As CallForwardReceivedEventArgs)
Parameters
The event argument created for handling the "Forwarded" operation.
Remarks
A method that must be implemented by the derived class to handle the forward response received for a call. If derived class override this method, it can expose the Forwarded event to the application. Derived class implementation must make sure that action is taken on the EventArg, otherwise Establish operation will take long time to timeout.