CXProvider.ReportConnectingOutgoingCall(NSUuid, NSDate) 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.
Reports a connecting outgoing call to the system.
[Foundation.Export("reportOutgoingCallWithUUID:startedConnectingAtDate:")]
public virtual void ReportConnectingOutgoingCall (Foundation.NSUuid uuid, Foundation.NSDate dateStartedConnecting);
abstract member ReportConnectingOutgoingCall : Foundation.NSUuid * Foundation.NSDate -> unit
override this.ReportConnectingOutgoingCall : Foundation.NSUuid * Foundation.NSDate -> unit
Parameters
- uuid
- NSUuid
The identifier of the call.
- dateStartedConnecting
- NSDate
The date and time that the call started connecting.
This parameter can be null
.
- Attributes