ISSOPSWrapper.ReceiveNotification(Int32, Guid, Int32, Int32, String, String, String, Int64, Int64, String, Array, String, Guid) 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:
void ReceiveNotification(int notificationFlagsIn, Guid trackingIdIn, [Runtime::InteropServices::Out] int % notificationType, [Runtime::InteropServices::Out] int % notificationFlagsOut, [Runtime::InteropServices::Out] System::String ^ % externalAccount, [Runtime::InteropServices::Out] System::String ^ % newExternalPassword, [Runtime::InteropServices::Out] System::String ^ % oldExternalPassword, [Runtime::InteropServices::Out] long % timestamp, [Runtime::InteropServices::Out] long % errorCode, [Runtime::InteropServices::Out] System::String ^ % errorMessage, [Runtime::InteropServices::Out] Array ^ % adapters, [Runtime::InteropServices::Out] System::String ^ % adapterName, [Runtime::InteropServices::Out] Guid % trackingIdOut);
public void ReceiveNotification (int notificationFlagsIn, Guid trackingIdIn, out int notificationType, out int notificationFlagsOut, out string externalAccount, out string newExternalPassword, out string oldExternalPassword, out long timestamp, out long errorCode, out string errorMessage, out Array adapters, out string adapterName, out Guid trackingIdOut);
abstract member ReceiveNotification : int * Guid * int * int * string * string * string * int64 * int64 * string * Array * string * Guid -> unit
Public Sub ReceiveNotification (notificationFlagsIn As Integer, trackingIdIn As Guid, ByRef notificationType As Integer, ByRef notificationFlagsOut As Integer, ByRef externalAccount As String, ByRef newExternalPassword As String, ByRef oldExternalPassword As String, ByRef timestamp As Long, ByRef errorCode As Long, ByRef errorMessage As String, ByRef adapters As Array, ByRef adapterName As String, ByRef trackingIdOut As Guid)
Parameters
- notificationFlagsIn
- Int32
- trackingIdIn
- Guid
- notificationType
- Int32
- notificationFlagsOut
- Int32
- externalAccount
- String
- newExternalPassword
- String
- oldExternalPassword
- String
- timestamp
- Int64
- errorCode
- Int64
- errorMessage
- String
- adapters
- Array
- adapterName
- String
- trackingIdOut
- Guid