Service Constructors
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.
Overloads
Service(Guid, String) | |
Service(Int32, Service, String) |
Service(Guid, String)
Service(Int32, Service, String)
public:
Service(int callIndex, Microsoft::XLANGs::Core::Service ^ parentSrv, System::String ^ name);
public Service (int callIndex, Microsoft.XLANGs.Core.Service parentSrv, string name);
new Microsoft.XLANGs.Core.Service : int * Microsoft.XLANGs.Core.Service * string -> Microsoft.XLANGs.Core.Service
Public Sub New (callIndex As Integer, parentSrv As Service, name As String)
Parameters
- callIndex
- Int32
- parentSrv
- Service
- name
- String