VirtualChannelManager.sendData(Int32, String) 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:
virtual void sendData(int _listenerId, System::String ^ _data);
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public virtual void sendData (int _listenerId, string _data);
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
abstract member sendData : int * string -> unit
override this.sendData : int * string -> unit
Public Overridable Sub sendData (_listenerId As Integer, _data As String)
Parameters
- _listenerId
- Int32
- _data
- String
- Attributes
-
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute