Class TimeZoneService
Facade for TimeZone service hosted by SuperOffice (or one of the partners)
Inheritance
SuperOffice.WcfClientBase<TService>SuperOffice.License.TimeZone.ITimeZoneService
TimeZoneService
Inherited Members
SuperOffice.WcfClientBase<SuperOffice.License.TimeZone.ITimeZoneService>.CreateChannel()
SuperOffice.WcfClientBase<SuperOffice.License.TimeZone.ITimeZoneService>.ConfigureBinding(System.ServiceModel.BasicHttpBinding)
SuperOffice.WcfClientBase<SuperOffice.License.TimeZone.ITimeZoneService>.IsSecureUrl(System.Uri)
SuperOffice.WcfClientBase<SuperOffice.License.TimeZone.ITimeZoneService>.DefaultUrl
SuperOffice.WcfClientBase<SuperOffice.License.TimeZone.ITimeZoneService>.MessageSize
SuperOffice.WcfClientBase<SuperOffice.License.TimeZone.ITimeZoneService>.Timeout
Namespace: SuperOfficeLicenseTimeZone
Assembly: SoLicense.dll
Syntax
public class TimeZoneService : WcfClientBase<ITimeZoneService>
Constructors
TimeZoneService(string)
Declaration
public TimeZoneService(string url)
Parameters
| Type | Name | Description |
|---|---|---|
| string | url |
Methods
CheckHasNewTimeZoneData(TimeZoneCheckHasNewDataRequest)
Ping the TimeZone service
Declaration
public HasNewTimeZoneDataResult CheckHasNewTimeZoneData(TimeZoneCheckHasNewDataRequest req)
Parameters
| Type | Name | Description |
|---|---|---|
| SuperOffice.License.TimeZone.TimeZoneCheckHasNewDataRequest | req | Request |
Returns
| Type | Description |
|---|---|
| SuperOffice.License.TimeZone.HasNewTimeZoneDataResult | Ping response |
GetTimeZoneData(TimeZoneGetDataRequest)
Ping the TimeZone service
Declaration
public GetTimeZoneDataResult GetTimeZoneData(TimeZoneGetDataRequest req)
Parameters
| Type | Name | Description |
|---|---|---|
| SuperOffice.License.TimeZone.TimeZoneGetDataRequest | req | Request |
Returns
| Type | Description |
|---|---|
| SuperOffice.License.TimeZone.GetTimeZoneDataResult | Ping response |
InitBinding(BasicHttpBinding)
Declaration
protected override void InitBinding(BasicHttpBinding binding)
Parameters
| Type | Name | Description |
|---|---|---|
| BasicHttpBinding | binding |