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