Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Parameters
- serverName
- Type:  System String System String
 The DNS or NetBIOS name of the server on which the function is to execute.
- msgName
- Type:  System String System String
 The message alias to which the message buffer should be sent
- fromName
- Type:  System String System String
 The originator of the message.
- buffer
- Type:  System String System String
 The message text.
- bufferSize
- Type:  System Int32 System Int32
 The length, in bytes, of the message text.
Return Value
Type: Int32
Int32If the function succeeds, the return value is zero.
The following restrictions apply for sending network messages:
| Platform | Requirements | 
|---|---|
| Windows NT | No special group membership is required to send a network message. Admin, Accounts, Print, or Server Operator group membership is required to successfully send a network message on a remote server. | 
| Windows 2000 or later | If you send a message on a domain controller that is running Active Directory, 
                        access is allowed or denied based on the access control list (ACL) for the securable 
                        object. The default ACL permits only Domain Admins and Account Operators to send a network message. On a member server or workstation, only Administrators and Server Operators can send a network message. | 
            For more information see  Security Requirements for the Network Management Functions.
Security Requirements for the Network Management Functions.