[Missing <summary> documentation for "M:Composite.Core.PackageSystem.WebServiceClient.PackagesSoapClient.GetEulaTextAsync(System.Void,Composite.Core.PackageSystem.WebServiceClient.GetEulaTextResponse)"]

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

Syntax

C#
public Task GetEulaTextAsync(
	void eulaId,
	GetEulaTextResponse userCulture
)
Visual Basic
Public Function GetEulaTextAsync ( _
	eulaId As Void, _
	userCulture As GetEulaTextResponse _
) As Task
Visual C++
public:
Task^ GetEulaTextAsync(
	void eulaId, 
	GetEulaTextResponse^ userCulture
)

Parameters

eulaId
Type: System..::..Void

[Missing <param name="eulaId"/> documentation for "M:Composite.Core.PackageSystem.WebServiceClient.PackagesSoapClient.GetEulaTextAsync(System.Void,Composite.Core.PackageSystem.WebServiceClient.GetEulaTextResponse)"]

userCulture
Type: Composite.Core.PackageSystem.WebServiceClient..::..GetEulaTextResponse

[Missing <param name="userCulture"/> documentation for "M:Composite.Core.PackageSystem.WebServiceClient.PackagesSoapClient.GetEulaTextAsync(System.Void,Composite.Core.PackageSystem.WebServiceClient.GetEulaTextResponse)"]

Return Value

[Missing <returns> documentation for "M:Composite.Core.PackageSystem.WebServiceClient.PackagesSoapClient.GetEulaTextAsync(System.Void,Composite.Core.PackageSystem.WebServiceClient.GetEulaTextResponse)"]

See Also