[Missing <summary> documentation for "M:Composite.Core.PackageSystem.WebServiceClient.PackagesSoapClient.RequestLicenseUpdate(System.Guid,System.Guid,System.String,System.String)"]

Namespace: Composite.Core.PackageSystem.WebServiceClient
Assembly: Composite (in Composite.dll) Version: 5.3.6135.33083

Syntax

C#
public bool RequestLicenseUpdate(
	Guid InstallationId,
	Guid PackageId,
	string localUserName,
	string localUserIp
)
Visual Basic
Public Function RequestLicenseUpdate ( _
	InstallationId As Guid, _
	PackageId As Guid, _
	localUserName As String, _
	localUserIp As String _
) As Boolean
Visual C++
public:
bool RequestLicenseUpdate(
	Guid InstallationId, 
	Guid PackageId, 
	String^ localUserName, 
	String^ localUserIp
)

Parameters

InstallationId
Type: System..::..Guid

[Missing <param name="InstallationId"/> documentation for "M:Composite.Core.PackageSystem.WebServiceClient.PackagesSoapClient.RequestLicenseUpdate(System.Guid,System.Guid,System.String,System.String)"]

PackageId
Type: System..::..Guid

[Missing <param name="PackageId"/> documentation for "M:Composite.Core.PackageSystem.WebServiceClient.PackagesSoapClient.RequestLicenseUpdate(System.Guid,System.Guid,System.String,System.String)"]

localUserName
Type: System..::..String

[Missing <param name="localUserName"/> documentation for "M:Composite.Core.PackageSystem.WebServiceClient.PackagesSoapClient.RequestLicenseUpdate(System.Guid,System.Guid,System.String,System.String)"]

localUserIp
Type: System..::..String

[Missing <param name="localUserIp"/> documentation for "M:Composite.Core.PackageSystem.WebServiceClient.PackagesSoapClient.RequestLicenseUpdate(System.Guid,System.Guid,System.String,System.String)"]

Return Value

[Missing <returns> documentation for "M:Composite.Core.PackageSystem.WebServiceClient.PackagesSoapClient.RequestLicenseUpdate(System.Guid,System.Guid,System.String,System.String)"]

See Also