CFMessagePort.SendRequest 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.
Sends a message to the port.
public CoreFoundation.CFMessagePortSendRequestStatus SendRequest(int msgid, Foundation.NSData? data, double sendTimeout, double rcvTimeout, Foundation.NSString? replyMode, out Foundation.NSData? returnData);
member this.SendRequest : int * Foundation.NSData * double * double * Foundation.NSString * NSData -> CoreFoundation.CFMessagePortSendRequestStatus
Parameters
- msgid
- Int32
- data
- NSData
- sendTimeout
- Double
- rcvTimeout
- Double
- replyMode
- NSString
- returnData
- NSData